Class OpenAIAssistantCopilotOptionsBase

OpenAIAssistantCopilotOptionsBase class

Represents the base options for configuring the OpenAICopilots based on Assistants API.

public abstract class OpenAIAssistantCopilotOptionsBase : OpenAICopilotOptionsBase

Properties

NameDescription
DocumentCollection { get; set; }Gets or sets the collection of documents to be processed.
MaxCompletionTokens { get; set; }Gets or sets the maximum number of completion tokens that may be used over the course of the run.
Model { get; set; }Gets or sets the model to use for the assistant.
SystemInstructions { get; set; }Gets or sets the file path for the text file containing assistant system instructions.
Temperature { get; set; }Gets or sets the sampling temperature to use for the model.
TopP { get; set; }Gets or sets the top-p value for nucleus sampling.

See Also