Skip to main content
Version: Latest

AssistantDeepResearchLightPlanTmp

description

@deprecated Use AssistantSequentialPlan instead

type AssistantDeepResearchLightPlanTmp implements AssistantPlanInterface {
id: String!
docCount: Int @deprecated
recommendedDocSearchV0Filter: DocSearchV0Params @deprecated
researchPlan: [AssistantAnswerItemInterface!] @deprecated
thoughtProcess: [AssistantAnswerItemInterface!] @deprecated
}

Fields

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

@exposed

AssistantDeepResearchLightPlanTmp.docCount ● Int deprecated scalar graph-ql-types

⚠️ DEPRECATED

Use AssistantSequentialPlan instead

@exposed

⚠️ DEPRECATED

Use AssistantSequentialPlan instead

@exposed

AssistantDeepResearchLightPlanTmp.researchPlan ● [AssistantAnswerItemInterface!] deprecated list interface graph-ql-types

⚠️ DEPRECATED

Use AssistantSequentialPlan instead

@exposed

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

⚠️ DEPRECATED

Use AssistantSequentialPlan instead

@exposed

Interfaces

AssistantPlanInterface interface graph-ql-types