AgentAction: {
    log: string;
    tool: string;
    toolInput: string | Record<string, any>;
}

Type declaration

  • log: string
  • tool: string
  • toolInput: string | Record<string, any>

Generated using TypeDoc