Create a new chat topic from a topic_id
. The new topic will be attched to the owner_id and act as a coordinator for conversation message history of gen-AI chat sessions. Auth’ed user or api key must have an admin or owner role for the specified dataset’s organization.
The dataset id or tracking_id to use for the request. We assume you intend to use an id if the value is a valid uuid.
JSON request payload to create chat topic
The body is of type object
.
The JSON response payload containing the created topic
The response is of type object
.
Create a new chat topic from a topic_id
. The new topic will be attched to the owner_id and act as a coordinator for conversation message history of gen-AI chat sessions. Auth’ed user or api key must have an admin or owner role for the specified dataset’s organization.
The dataset id or tracking_id to use for the request. We assume you intend to use an id if the value is a valid uuid.
JSON request payload to create chat topic
The body is of type object
.
The JSON response payload containing the created topic
The response is of type object
.