SegmentPlan
Sub-plan owned by SegmentBuilderAgent.
type SegmentPlan {
id: ID!
plan_type: String!
status: String!
chat_conversation_id: ID!
parent_plan_id: ID
committed_entity_type: String
committed_entity_id: ID
created_at: DateTime
updated_at: DateTime
conditions: PlanSlot
suggested_name: PlanSlot
suggested_description: PlanSlot
}
Fields
SegmentPlan.id ● ID! non-null scalar
SegmentPlan.plan_type ● String! non-null scalar
SegmentPlan.status ● String! non-null scalar
SegmentPlan.chat_conversation_id ● ID! non-null scalar
SegmentPlan.parent_plan_id ● ID scalar
SegmentPlan.committed_entity_type ● String scalar
SegmentPlan.committed_entity_id ● ID scalar
SegmentPlan.created_at ● DateTime scalar
SegmentPlan.updated_at ● DateTime scalar
SegmentPlan.conditions ● PlanSlot object
SegmentPlan.suggested_name ● PlanSlot object
SegmentPlan.suggested_description ● PlanSlot object
Implemented By
AgentPlan union


