Heroku LangChain - v0.2.1
    Preparing search index...

    Interface HerokuAgentInvokeResponse

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

    Properties

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