langchain.js
    Preparing search index...

    Interface XAIResponsesInputTextItem

    Text input content item.

    interface XAIResponsesInputTextItem {
        text: string;
        type: "input_text";
    }
    Index

    Properties

    Properties

    text: string

    The text content.

    type: "input_text"