Packages@robojs/ai
ReplyHook()
Type Alias: ReplyHook()
type ReplyHook = (context) =>
| Promise<ChatReply | void>
| ChatReply
| void;Parameters
| Parameter | Type |
|---|---|
context | ReplyHookContext |
Robo.jstype ReplyHook = (context) =>
| Promise<ChatReply | void>
| ChatReply
| void;| Parameter | Type |
|---|---|
context | ReplyHookContext |