Update Chatbot Settings - Advanced
Update advanced settings of the chatbot
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Id of the chatbot
Body
Request Body
Options of the creativity for the chatbot
restricted
, conservative
, creative
, custom
Creativity meter of the chatbot. This is valid only when creativity of the chatbot is custom
0 < x < 2
Must be a multiple of 0.01
Number of relevant chunks to be fetched for answering the question
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
Response
Success Response
Indicates whether this is success response or error response
Overall message regarding the operation performed
Data returned from the server
Was this page helpful?