Function: getAgentHistory()
getAgentHistory(
agentId,options?):Promise<ChatMessage[] |null>
Defined in: chat/src/spawn-agent.ts:248
Get full message history for an agent
Parameters
agentId
string
options?
formatTimestamp?
(date) => string
includeTimestamps?
boolean
Returns
Promise<ChatMessage[] | null>