Skip to main content
Version: Beta

AssistantDocumentsThinkLongerPlan

type AssistantDocumentsThinkLongerPlan implements AssistantPlanInterface {
id: String!
docCount: Int
recommendedDocSearchV0Filter: DocSearchV0Params
thoughtProcess: [AssistantAnswerItemInterface!]
}

Fields

AssistantDocumentsThinkLongerPlan.id ● String! non-null scalar graph-ql-types

@exposed

AssistantDocumentsThinkLongerPlan.docCount ● Int scalar graph-ql-types

@exposed

@exposed

AssistantDocumentsThinkLongerPlan.thoughtProcess ● [AssistantAnswerItemInterface!] list interface graph-ql-types

@exposed

Interfaces

AssistantPlanInterface interface graph-ql-types