Skip to main content
Version: Latest

AssistantDeltaConversationTitleSet

description

Delta event to set the conversation title. Emitted once per conversation when the LLM-generated title is available.

type AssistantDeltaConversationTitleSet {
title: String!
}

Fields

AssistantDeltaConversationTitleSet.title ● String! non-null scalar graph-ql-types

@exposed

Implemented By

AssistantAskQuestionDelta union