Rajaswa Patil

Results 3 comments of Rajaswa Patil

A vanilla function calling implementation can be done by appending Python function signatures to the system prompts in `easyllm/prompt_utils`.

Sure. For an OpenAI function call with the following example - ```Python "functions": [ { "name": "get_current_weather", "description": "Get the current weather in a given location", "parameters": { "type": "object",...

This will obviously be very limited since we don't know how OpenAI has trained their model to respond with `function_call` as an independent agent in the chat besides the `assistant`...