pub async fn create_topic(
configuration: &Configuration,
tr_dataset: &str,
create_topic_req_payload: CreateTopicReqPayload,
) -> Result<Topic, Error<CreateTopicError>>
Expand description
Create a new chat topic. Topics are attached to a owner_id’s 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.