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


