Class CompoundCustom
Inherited Members
Namespace: Glitch9.AIDevKit.GroqCloud
Assembly: Glitch9.AIDevKit.Provider.GroqCloud.dll
Syntax
public class CompoundCustom
Properties
| Edit this page View SourceModels
Optional. Custom configuration of models and tools for Compound.
Declaration
[JsonProperty("models")]
public CompoundCustom.CompoundModels Models { get; set; }
Property Value
| Type | Description |
|---|---|
| CompoundCustom.CompoundModels |
Tools
Optional. Configuration options for tools available to Compound.
Declaration
[JsonProperty("tools")]
public CompoundCustom.CompoundTools Tools { get; set; }
Property Value
| Type | Description |
|---|---|
| CompoundCustom.CompoundTools |