Chatbot Settings
Update Chatbot Settings - Advanced
Update advanced settings of the chatbot
PATCH
/
v0
/
chatbots
/
{chatbotId}
/
settings
/
advanced
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Id of the chatbot
Body
application/json
Request Body
Options of the creativity for the chatbot
Available options:
restricted
, conservative
, creative
, custom
Creativity meter of the chatbot. This is valid only when creativity of the chatbot is custom
Required range:
0 < x < 2
Must be a multiple of 0.01
Number of relevant chunks to be fetched for answering the question
Required range:
1 < x < 50
Must be a multiple of 1
All messages are sent to this global webhook url if webhook url is not configured at thread level
This is the global webhook token that is sent in header in the calls made to the above webhook url for all messages if token is not configured at thread level
Was this page helpful?