AssistantConversationRef
description
Reference linking a conversation to a workspace, agent, or artifact
type AssistantConversationRef {
id: String!
type: AssistantConversationRefType!
}
Fields
AssistantConversationRef.id ● String! non-null scalar graph-ql-types
ID of the referenced entity (workspace ID, agent ID, conversation ID) @exposed
AssistantConversationRef.type ● AssistantConversationRefType! non-null enum graph-ql-types
Type of reference @exposed
Member Of
AssistantConversation object