Packages

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

Current section

Files

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

include/pig@obs@events_ToolExecuted.hrl

-record(tool_executed, {
tool_call :: pig_protocol@message:tool_call(),
result :: binary(),
duration_ms :: integer()
}).