Theia API Documentation v1.67.0
    Preparing search index...

    Class LanguageModelDataPart

    A language model response part containing arbitrary data. Can be used in responses, chat messages, tool results, and other language model interactions.

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    data: Uint8Array

    The byte data for this part.

    mimeType: string

    The mime type which determines how the data property is interpreted.

    Methods