ActionsPlan
Sub-plan owned by ActionsAgent.
type ActionsPlan {
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
actions: PlanSlot
narration: PlanSlot
}
Fields
ActionsPlan.id ● ID! non-null scalar
ActionsPlan.plan_type ● String! non-null scalar
ActionsPlan.status ● String! non-null scalar
ActionsPlan.chat_conversation_id ● ID! non-null scalar
ActionsPlan.parent_plan_id ● ID scalar
ActionsPlan.committed_entity_type ● String scalar
ActionsPlan.committed_entity_id ● ID scalar
ActionsPlan.created_at ● DateTime scalar
ActionsPlan.updated_at ● DateTime scalar
ActionsPlan.actions ● PlanSlot object
ActionsPlan.narration ● PlanSlot object
Implemented By
AgentPlan union


