SongGuess
    Preparing search index...

    Type Alias ChatCompletionContentPartText

    Workers AI support for OpenAI's Chat Completions API

    type ChatCompletionContentPartText = {
        text: string;
        type: "text";
    }
    Index

    Properties

    Properties

    text: string
    type: "text"