Update Knowledge Bot by ID
PUT
/api/knowledge-bots/{id}Update Knowledge Bot by ID.
Request
User defined title for the Knowledge Bot.
User defined description of the Knowledge Bot.
Allows embedding the Knowledge Bot for public use.
Information and configuration of the language model.
The name of the used language model
Vendor of the used language model
Arbitrary JSON metadata for a Knowledge Bot.
{
"title": "string",
"description": "string",
"embeddable": true,
"llm_config": {
"model": "string",
"vendor": "string"
},
"user_metadata": "string"
}
Request samples
Responses
UUID of the Knowledge Bot.
User defined title for the Knowledge Bot.
Date (ISO 8601) that the knowledge base was created at.
User defined description of the Knowledge Bot.
Allows embedding the Knowledge Bot for public use.
Information and configuration of the language model.
The name of the used language model
Vendor of the used language model
UUID of the Owner of this Knowledge Bot.
UUID representing this Document.
The title of this document.
Status of processing this document.
Date (ISO 8601) that this document was created at.
Arbitrary JSON metadata for a Knowledge Bot.
{
"title": "quod",
"language_model": "saepe",
"owner_id": "e24c6f66-a7ce-465e-835a-bd35247418c6",
"documents": [
{
"name": "quaerat",
"id": "a7ae5578-106e-451b-8644-23c862df769f",
"status": "qui",
"created_at": "2033-02-24T11:13:37.159Z"
},
{
"name": "nemo",
"created_at": "2008-03-10T01:54:21.708Z",
"status": "doloremque",
"id": "4a73f1d4-e198-4148-8ba4-7331a43cecde"
},
{
"name": "et",
"status": "fuga",
"id": "c54f7b44-2232-4abc-92fa-c4449aa09fc3",
"created_at": "2000-03-29T23:45:36.151Z"
},
{
"name": "amet",
"status": "quis",
"id": "f6e73893-e0d2-4d4b-84fa-f50eb270c90f",
"created_at": "2061-08-20T01:21:12.423Z"
},
{
"name": "quaerat",
"status": "earum",
"id": "47ef06db-cd4f-4bc0-90dd-afdd5d184b4e",
"created_at": "2059-05-11T10:19:07.612Z"
}
],
"description": "Perspiciatis pariatur repellat mollitia hic excepturi quia repudiandae quibusdam fuga. Earum temporibus veniam a. Tempora perspiciatis neque ab. Voluptates assumenda vero temporibus eum placeat voluptates dicta quas.",
"id": "7266b12e-a5a1-4a29-a7e8-962c0961a99f",
"created_at": "2097-08-22T23:20:06.610Z"
}