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

Copy Markdown View Source

Enumeration of possible next actions in the ReAct loop.

Summary

Functions

Parses a string into a NextAction value.

Converts a NextAction to a string.

Types

t()

@type t() :: :plan | :act | :finish

Functions

parse(arg1)

Parses a string into a NextAction value.

to_string(atom)

Converts a NextAction to a string.