Type Alias: Hook()
type Hook: (context, iteration) => Promise<ChatMessage[]>;
Parameters
Parameter | Type |
---|---|
context | HookContext |
iteration | number |
Returns
Promise
<ChatMessage
[]>
type Hook: (context, iteration) => Promise<ChatMessage[]>;
Parameter | Type |
---|---|
context | HookContext |
iteration | number |
Promise
<ChatMessage
[]>