Plan interface

A plan is a set of commands that the AI system will execute.

Properties

commands

Array of predicted commands that the AI system should execute.

type

Type to indicate that a plan is being returned.

Property Details

commands

Array of predicted commands that the AI system should execute.

commands: PredictedCommand[]

Property Value

type

Type to indicate that a plan is being returned.

type: "plan"

Property Value

"plan"