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

    Interface HerokuAgentToolCompletionEvent

    SSE Event: tool.completion (Server provides result of a tool call)

    interface HerokuAgentToolCompletionEvent {
        event: "tool.completion";
        data: { id: string; name: string; output: string };
    }
    Index

    Properties

    Properties

    event: "tool.completion"
    data: { id: string; name: string; output: string }