Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Function calling for chat bots #6

Open
cgillum opened this issue Sep 1, 2023 · 0 comments
Open

Function calling for chat bots #6

cgillum opened this issue Sep 1, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@cgillum
Copy link
Owner

cgillum commented Sep 1, 2023

Context

OpenAI's chat API supports function calling. This is a way to connect GPT's capabilities with external tools and APIs.

Proposal

Add function calling support to chat bots created by this extension. The bot should be able to invoke other functions defined in the same Function app. For example, a function could be defined that does an internet search and the chat bot should be able to invoke that function when appropriate.

For functions that could be considered dangerous (such as making calls to authenticated APIs) it should be possible to have the chat bot request permission from the user before performing the action.

@cgillum cgillum added the enhancement New feature or request label Sep 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant