Packages

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

Current section

Files

Jump to
pig include pig@hooks_ToolCallEvent.hrl
Raw

include/pig@hooks_ToolCallEvent.hrl

-record(tool_call_event, {
tool_name :: binary(),
tool_call_id :: binary(),
arguments_json :: binary()
}).