Documentation index: llms.txt. This page is also available as markdown: append .md to this URL or send Accept: text/markdown.
ConverseWithAssistantOutput
Information about the started AI Assistant job
type ConverseWithAssistantOutput {
id: String!
jobId: String!
}
Fields
ConverseWithAssistantOutput.id ● String! non-null scalar general
The assistant message ID (answer)
ConverseWithAssistantOutput.jobId ● String! non-null scalar general
ID of the job processing the response. Can be used to pull the job result
Example
Member Of
AddAiAssistantJobOutputobject