ppagent / AgentChatMessageReplyType
Type Alias: AgentChatMessageReplyType()
AgentChatMessageReplyType = (
content
,messageType
,custom?
,now?
) =>Promise
<string
>
Defined in: src/agent/agent.ts:17
Parameters
content
messageType
custom?
Partial
<ISourceChatMessage
>
now?
boolean
Returns
Promise
<string
>