Class MistralOptions.PredictionOptions
Inherited Members
Namespace: Glitch9.AIDevKit.Mistral
Assembly: Glitch9.AIDevKit.Provider.Mistral.dll
Syntax
public class MistralOptions.PredictionOptions
Properties
| Edit this page View SourceContent
Required. Enable users to specify an expected completion, optimizing response times by leveraging known or predictable content.
Declaration
[JsonProperty("content")]
public string Content { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Type
Required.
Declaration
[JsonProperty("type")]
public string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string |