Metadata-Version: 2.3
Name: tool_call_models
Version: 0.1.46
Summary: A simple package of models used between two services in order to achieve SDUI widgets using LLMs.
License: MIT
Author: Aslon Khamidov
Author-email: hamidovaslon1@gmail.com
Requires-Python: >=3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: pydantic
Project-URL: Homepage, https://github.com/Guide-Me-Tech/tool_models
Description-Content-Type: text/markdown

# Tool Call Model

This model handles tool calls and function execution in the system.

## Overview

The tool call model is responsible for:
- Processing tool call requests
- Executing functions with provided parameters
- Returning results to the caller
