Semantic Kernel JavaScript
    Preparing search index...
    Index

    Constructors

    Properties

    additionalProperties?: AdditionalProperties<unknown>

    Gets or sets any additional properties associated with the options.

    frequencyPenalty?: number

    Gets or sets the frequency penalty for generating chat responses.

    maxOutputTokens?: number

    Gets or sets the maximum number of tokens in the generated chat response.

    modelId?: string

    Gets or sets the model ID for the chat request.

    presencePenalty?: number

    Gets or sets the presence penalty for generating chat responses.

    responseFormat?: ChatResponseFormat

    Gets or sets the chat response format.

    seed?: number

    Gets or sets a seed value used by a service to control the reproducibility of results.

    stopSequences?: string[]

    Gets or sets the stop sequences for generating chat responses.

    temperature?: number

    Gets or sets the temperature for generating chat responses.

    toolMode?: ChatToolMode

    Gets or sets the tool mode for the chat request.

    tools?: AITool[]

    Gets or sets the list of tools to include with a chat request.

    topK?: number

    Gets or sets a count indicating how many of the most probable tokens the model should consider when generating the next part of the text.

    topP?: number

    Methods