Class MistralOptions
Inherited Members
Namespace: Glitch9.AIDevKit.Mistral
Assembly: Glitch9.AIDevKit.Provider.Mistral.dll
Syntax
public sealed class MistralOptions : ITextRequestOptions, IProviderRequestOptions
Properties
| Edit this page View SourcePrediction
Optional. Enable users to specify an expected completion, optimizing response times by leveraging known or predictable content.
Declaration
public MistralOptions.PredictionOptions Prediction { get; set; }
Property Value
| Type | Description |
|---|---|
| MistralOptions.PredictionOptions |
SafePrompt
Default Value: false Whether to inject a safety prompt before all conversations.
Declaration
public bool SafePrompt { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |