Chatbot Prompts
Update Chatbot Prompt
Update custom prompt of the chatbot
PATCH
/
v0
/
chatbots
/
{chatbotId}
/
settings
/
prompts
/
{promptId}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Id of the chatbot
Id of the chatbot prompt
Body
application/json
Request body
Title of the prompt.
Short description about the prompt.
Actual instructions that will be specified to the AI while generating the response.
Decides creativity level of the chatbot response. 0 is more focused and 1 is more creative/random.
Was this page helpful?