Function Calling with OpenAI API?

Did anybody already tried function calling with the OpenAI API?

Here you can find more information about it.
https://platform.openai.com/docs/guides/function-calling

For me it is not clear how to implement it in the OpenAI API Plugin, if I don’t want to rebuild the whole thing with the REST Plugin.

Can anybody help?

YOu don’t use function calling from the front end. The idea behind function calling is that the openAI conversation is handled by the “tool runner”, which is some kind of server-side resource that knows how to answer the requests for tool executions. YOu can do this in no-code using one of the backends out there (Xano, Fastgen, Buildship, Comnoco) or more code-y backend alternatives (Supabase, lambdas, etc)

1 Like

Thanks Ray. Will have a look.

1 Like