A structured plan for solving a user query.
Contains a list of steps that outline how to approach answering the query.
Summary
Functions
Creates a new Plan with the given steps.
Types
@type t() :: %Mojentic.Examples.React.Models.Plan{steps: [String.t()]}