Packages

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

Current section

Files

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

include/pig@obs@events_ToolStop.hrl

-record(tool_stop, {
tool_name :: binary(),
tool_call_id :: binary(),
duration_ms :: integer(),
result :: binary()
}).