Table of Contents

Class GenerateReplyOptions

Namespace
AutoGen.Core
Assembly
AutoGen.Core.dll
public class GenerateReplyOptions
Inheritance
GenerateReplyOptions
Derived
Inherited Members

Constructors

GenerateReplyOptions()

public GenerateReplyOptions()

GenerateReplyOptions(GenerateReplyOptions)

Copy constructor

public GenerateReplyOptions(GenerateReplyOptions other)

Parameters

other GenerateReplyOptions

other option to copy from

Properties

Functions

public FunctionContract[]? Functions { get; set; }

Property Value

FunctionContract[]

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; }

Property Value

float?