Skip to content

ppagent / AgentChatMessageReplyType

Type Alias: AgentChatMessageReplyType()

AgentChatMessageReplyType = (content, messageType, custom?, now?) => Promise<string>

Defined in: src/agent/agent.ts:17

Parameters

content

SourceChatContent

messageType

SourceChatMessageType

custom?

Partial<ISourceChatMessage>

now?

boolean

Returns

Promise<string>