Packages

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

Current section

Files

Jump to
pig include pig@obs@events_InferenceStop.hrl
Raw

include/pig@obs@events_InferenceStop.hrl

-record(inference_stop, {
model :: binary(),
message_count :: integer(),
duration_ms :: integer(),
response_id :: gleam@option:option(binary()),
stop_reason :: gleam@option:option(pig@ai@stop_reason:stop_reason()),
input_tokens :: gleam@option:option(integer()),
output_tokens :: gleam@option:option(integer())
}).