View Source Train.Agents.PromptSpec behaviour (train v0.0.1-dev)

Link to this section Summary

Callbacks

Defines the human message.

Defines the system message.

Link to this section Types

Link to this section Callbacks

@callback human_message() :: String.t()

Defines the human message.

@callback system_message() :: String.t()

Defines the system message.