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