View Source Shifts.Message (Shifts v0.0.2)
TODO
Summary
Types
@type role() :: :user | :assistant
@type t() :: %Shifts.Message{ content: String.t(), records: [Shifts.Tool.tool_record()], role: role() }
Functions
TODO
@spec put_record(t(), Shifts.Tool.tool_record()) :: t()
TODO