Class GenerateReplyOptions
public class GenerateReplyOptions
- Inheritance
-
GenerateReplyOptions
- Derived
- Inherited Members
Constructors
GenerateReplyOptions()
public GenerateReplyOptions()
GenerateReplyOptions(GenerateReplyOptions)
Copy constructor
public GenerateReplyOptions(GenerateReplyOptions other)
Parameters
other
GenerateReplyOptionsother option to copy from
Properties
Functions
public FunctionContract[]? Functions { get; set; }
Property Value
MaxToken
public int? MaxToken { get; set; }
Property Value
- int?
OutputSchema
Structural schema for the output. This property only applies to certain LLMs.
public JsonSchema? OutputSchema { get; set; }
Property Value
- JsonSchema
StopSequence
public string[]? StopSequence { get; set; }
Property Value
- string[]
Temperature
public float? Temperature { get; set; }