Packages

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

Current section

Files

Jump to
pig include pig@hooks_ToolResultEvent.hrl
Raw

include/pig@hooks_ToolResultEvent.hrl

-record(tool_result_event, {
tool_name :: binary(),
tool_call_id :: binary(),
result :: binary(),
is_error :: boolean(),
duration_ms :: integer()
}).