Class ConversableAgentConfig
- Namespace
- AutoGen
- Assembly
- AutoGen.dll
public class ConversableAgentConfig
- Inheritance
-
ConversableAgentConfig
- Inherited Members
Properties
ConfigList
public IEnumerable<ILLMConfig>? ConfigList { get; set; }
Property Value
FunctionContracts
public IEnumerable<FunctionContract>? FunctionContracts { get; set; }
Property Value
Temperature
public float? Temperature { get; set; }
Property Value
Timeout
public int? Timeout { get; set; }
Property Value
- int?