Packages

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

Current section

Files

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

include/pig@obs@events_ToolException.hrl

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