We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Path: PATCH /v1/convai/agents/{agent_id} (link to openapi)
/v1/convai/agents/{agent_id}
Typings for request body are extremely vague, and i think should be just straight re-used from the POST /v1/convai/agents/create request
/v1/convai/agents/create
Just look at that "any object or null" in conversation_config and platform_settigns
conversation_config
platform_settigns
The text was updated successfully, but these errors were encountered:
completely agree, thanks for flagging
Sorry, something went wrong.
AngeloGiacco
No branches or pull requests
Path: PATCH
/v1/convai/agents/{agent_id}
(link to openapi)Typings for request body are extremely vague, and i think should be just straight re-used from the POST
/v1/convai/agents/create
requestJust look at that "any object or null" in
conversation_config
andplatform_settigns
The text was updated successfully, but these errors were encountered: