Packages

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

Current section

Files

Jump to
pig include pig@hooks_CompleteEvent.hrl
Raw

include/pig@hooks_CompleteEvent.hrl

-record(complete_event, {
model :: binary(),
message :: pig@ai@message:message(),
total_iterations :: integer()
}).