Guava.Commands.SendInstruction (Guava v0.34.0)

Copy Markdown View Source

Send a free-form instruction to steer the agent.

Summary

Types

t()

@type t() :: %Guava.Commands.SendInstruction{
  command_type: String.t(),
  instruction: String.t()
}