Class GoogleCloudDiscoveryengineV1alphaAlphaEvolveExperimentConfigGenerationSettings
Generation settings for the experiment.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1.Data
Assembly: Google.Apis.DiscoveryEngine.v1.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaAlphaEvolveExperimentConfigGenerationSettings : IDirectResponseSchema
Properties
Context
Optional. Additional user-provided context to be used during generation.
Declaration
[JsonProperty("context")]
public virtual string Context { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IncludeFullProgramInPrompt
Optional. When true, the LLM prompt includes the full program text (both mutable EVOLVE-BLOCK regions and immutable boilerplate). When false (default), only the mutable EVOLVE-BLOCK regions are shown, saving context window.
Declaration
[JsonProperty("includeFullProgramInPrompt")]
public virtual bool? IncludeFullProgramInPrompt { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
Models
Optional. Per-model configuration. See ModelConfig for details. If left unset, the server selects a
default model.
Declaration
[JsonProperty("models")]
public virtual IList<GoogleCloudDiscoveryengineV1alphaAlphaEvolveExperimentConfigGenerationSettingsModelConfig> Models { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudDiscoveryengineV1alphaAlphaEvolveExperimentConfigGenerationSettingsModelConfig> |