Packages

A Gleam library for building and orchestrating agents on the BEAM.

Current section

Files

Jump to
pig include pig@ai@message_Assistant.hrl
Raw

include/pig@ai@message_Assistant.hrl

-record(assistant, {
content :: binary(),
tool_calls :: list(pig@ai@message:tool_call()),
thinking :: gleam@option:option(pig@ai@message:thinking()),
stop_reason :: gleam@option:option(pig@ai@stop_reason:stop_reason())
}).