• Gets the tool outputs from an AIMessage.

    Parameters

    • message: AIMessage

      The message to get tool outputs from.

    Returns ResponseComputerToolCall[] | undefined

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