projects / venv /lib /python3.12 /site-packages /sarvamai /requests /chat_completion_tool.py
mygitphase's picture
Add files using upload-large-folder tool
5b6b230 verified
# This file was auto-generated by Fern from our API Definition.
import typing
import typing_extensions
from .function_definition import FunctionDefinitionParams
class ChatCompletionToolParams(typing_extensions.TypedDict):
type: typing.Literal["function"]
"""
The type of the tool. Currently, only `function` is supported.
"""
function: FunctionDefinitionParams