RespondCallback
Agent Runtimes / types/chat / RespondCallback
Type Alias: RespondCallback
RespondCallback = (
result) =>void
Defined in: src/types/chat.ts:93
Response callback type for human-in-the-loop interactions
Parameters
result
unknown
Returns
void