langchain.js
    Preparing search index...

    Type Alias AgentAction

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

    Properties

    Properties

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