Mojentic.Examples.React.Models.Plan (Mojentic v1.2.0)

Copy Markdown View Source

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

t()

@type t() :: %Mojentic.Examples.React.Models.Plan{steps: [String.t()]}

Functions

new(steps \\ [])

Creates a new Plan with the given steps.