Update knowledge model settings
Update knowledge model settings by its id
patch/v1/knowledge-models/{knowledge_model_id}/settings
Path parameters
knowledge_model_idstring required
Request body
Example request
{
"system_message": {
"personality": "You are an assistant for question-answering tasks.",
"responses": "Be concise! You can give additional note or explanation about the problem and the solution you give if necessary, but keep it short. Be sure to answer the question directly instead of only giving explanatory notes!"
},
"documents_access": {
"webhook_url": "https://example.com/webhook-endpoint"
}
}Response
Successful Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.