Class GroqCloudOptions
Inherited Members
Namespace: Glitch9.AIDevKit.GroqCloud
Assembly: Glitch9.AIDevKit.Provider.GroqCloud.dll
Syntax
public sealed class GroqCloudOptions : ITextRequestOptions, IProviderRequestOptions
Properties
| Edit this page View SourceCompoundCustom
Custom configuration of models and tools for Compound.
Declaration
public CompoundCustom CompoundCustom { get; set; }
Property Value
| Type | Description |
|---|---|
| CompoundCustom |
DisableToolValidation
Defaults to false. If set to true, groq will return called tools without validating that the tool is present in request.tools. tool_choice=required/none will still be enforced, but the request cannot require a specific tool be used.
Declaration
public bool DisableToolValidation { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
EnableCitations
Defaults to true. Whether to enable citations in the response. When enabled, the model will include citations for information retrieved from provided documents or web searches.
Declaration
public bool EnableCitations { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |