Current section
Files
Jump to
Current section
Files
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())
}).