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

Update docs to avoid UnrecognizedKwargsError error #44

Open
brunopoeta opened this issue May 29, 2023 · 0 comments
Open

Update docs to avoid UnrecognizedKwargsError error #44

brunopoeta opened this issue May 29, 2023 · 0 comments

Comments

@brunopoeta
Copy link

brunopoeta commented May 29, 2023

I stumbled into this issue on Friday and found two messages on OpenAI's community related to it (both without a clear resolution)

https://community.openai.com/t/getting-strange-unrecognizedkwargserror-error/169600
https://community.openai.com/t/unrecognizedkwargserror-error/197313

After checking the example repo, most specifically the openapi.yaml file, I've noticed that you need to explicitly declare the parameters that are going to be sent to the plugin's API endpoint, and after adding them, the issue went away.

OpenAPI definition documentation

Ideally, it should have one more example showing parameters being declared, just like the example repo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant