ToolsAgentAction: AgentAction & {
    toolCallId: string;
    messageLog?: BaseMessage[];
}

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

Type declaration

  • toolCallId: string
  • Optional messageLog?: BaseMessage[]

Generated using TypeDoc