You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did a first test with the prompt mentioned on the example above, and it seems to work. It also returns this info:
Should you decide to return the function call(s), Put it in the format of [func1(params_name=params_value, params_name2=params_value2...), func2(params)]
NO other text MUST be included.<|eot_id|><|start_header_id|>assistant<|end_header_id|>
Now I am trying to figure out how to:
differentiate a tool call that a regular message
pass this function arguments and save to core data
If anyone has insights how to do this, I highly appreciate!
Is it possible to run function calls, like on OpenAI assistants api?
The text was updated successfully, but these errors were encountered: