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.

AiAssistantJobResult

Status and result of the AI Assistant job

type AiAssistantJobResult {
answer: String!
assets: [AssetWithInternalLink!]!
status: JobStatus!
}

Fields

AiAssistantJobResult.answer ● String! non-null scalar general

The answer to the question

AiAssistantJobResult.assets ● [AssetWithInternalLink!]! non-null object general

The list of assets referenced to generate the answer

AiAssistantJobResult.status ● JobStatus! non-null enum general

The current status of the job

Example

{
"assets": [
{}
]
}

Member Of