Heroku LangChain.js - v1.0.1
    Preparing search index...

    Interface HerokuAgentInvokeResponse

    Configuration options for creating a HerokuAgent instance.

    interface HerokuAgentInvokeResponse {
        message?: HerokuChatMessage;
        tool_results?: any[];
        session_id?: string;
        error?: any;
    }
    Index

    Properties

    tool_results?: any[]
    session_id?: string
    error?: any