SAP AI SDK for JavaScript - v2.8.0
    Preparing search index...

    Type Alias AzureOpenAiChatCompletionRequestSystemMessage

    AzureOpenAiChatCompletionRequestSystemMessage: {
        content:
            | string
            | AzureOpenAiChatCompletionRequestSystemMessageContentPart[];
        name?: string;
        role: "system";
    } & Record<string, any>

    Representation of the 'AzureOpenAiChatCompletionRequestSystemMessage' schema.

    Type Declaration

    • content: string | AzureOpenAiChatCompletionRequestSystemMessageContentPart[]

      The contents of the system message.

    • Optionalname?: string

      An optional name for the participant. Provides the model information to differentiate between participants of the same role.

    • role: "system"

      The role of the messages author, in this case system.

      Copyright Ⓒ 2026 SAP SE or an SAP affiliate company. All rights reserved.