TrailingMessage
TrailingMessage =
string| (ctx) =>string
Defined in: agent/builder.ts:57
Trailing message can be a static string or a function that generates the message. The function receives context about the current iteration.
TrailingMessage =
string| (ctx) =>string
Defined in: agent/builder.ts:57
Trailing message can be a static string or a function that generates the message. The function receives context about the current iteration.