Metadata-Version: 2.1
Name: function-calling-tools
Version: 0.1.0
Summary: 
Author: MarkInada
Author-email: makotoinada132@gmail.com
Requires-Python: >=3.8.1,<4.0.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: langchain (>=0.0.285,<0.0.286)
Requires-Dist: ntplib (>=0.4.0,<0.5.0)
Description-Content-Type: text/markdown

# function-calling-tools

This library provides an easy-to-use interface for function calling.

## Installation

```bash
pip install function_calling_tools
```

## Usage

see `example` for more detail.

```python
from your_library_name import TimeZoneDatetimeFetcher

datetime_fetcher = TimeZoneDatetimeFetcher()
result = datetime_fetcher.run(timezone_str="Asia/Tokyo")
print(result)
```

| Module Name | Tool Name | Description | Precautions | Additional Parameters |
| ----------- | --------- | ----------- | ----------- | --------------------- |
|             |           |             |             |                       |

