langchain.js
    Preparing search index...
    • Gets the tool outputs from an AIMessage.

      Parameters

      • message: AIMessage

        The message to get tool outputs from.

      Returns undefined | ResponseComputerToolCall[]

      The tool outputs from the message, or undefined if there are none.