Packages

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

Current section

Files

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

include/pig@obs@events_ToolStart.hrl

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