Skip to main content

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

{
"id": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"jobId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba"
}

Member Of