Class CompoundCustom.CompoundTools
Inherited Members
Namespace: Glitch9.AIDevKit.GroqCloud
Assembly: Glitch9.AIDevKit.Provider.GroqCloud.dll
Syntax
public class CompoundCustom.CompoundTools
Properties
| Edit this page View SourceEnabledTools
Optional. A list of tool names that are enabled for the request.
Declaration
[JsonProperty("enabled_tools")]
public string[] EnabledTools { get; set; }
Property Value
| Type | Description |
|---|---|
| string[] |
WolframSettings
Optional. Configuration for the Wolfram tool integration.
Declaration
[JsonProperty("wolfram_settings")]
public CompoundCustom.WolframSettings WolframSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| CompoundCustom.WolframSettings |