Using Functions
Gegentica allows you to define functions in API requests using the OpenAI function signature. Thetools parameter can include functions and is supported by models that enable function or tool calling.
- Python SDK
Gegentica’s AI Gateway enables function calling, allowing you to define functions in API requests. Supported models can respond with either plain text or a function name and its parameters.
tools parameter can include functions and is supported by models that enable function or tool calling.