FunctionsAgentAction: AgentAction & {
    messageLog?: BaseMessage[];
}

Type that represents an agent action with an optional message log.

Type declaration

  • Optional messageLog?: BaseMessage[]

Generated using TypeDoc