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

    Interface HerokuToolMessageContent

    Content for a message with role "tool", as per Heroku API. Source: SPECS.md 2.5.4 & Heroku /v1/chat/completions doc (message with role: "tool")

    interface HerokuToolMessageContent {
        tool_call_id: string;
        content: string;
    }
    Index

    Properties

    tool_call_id: string
    content: string