Class DataStoreToolSummarizationConfig
Summarization configuration.
Implements
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1.dll
Syntax
public class DataStoreToolSummarizationConfig : IDirectResponseSchema
Properties
Disabled
Optional. Whether summarization is disabled.
Declaration
[JsonProperty("disabled")]
public virtual bool? Disabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ModelSettings
Optional. Configurations for the LLM model.
Declaration
[JsonProperty("modelSettings")]
public virtual ModelSettings ModelSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| ModelSettings |
Prompt
Optional. The prompt definition. If not set, default prompt will be used.
Declaration
[JsonProperty("prompt")]
public virtual string Prompt { get; set; }
Property Value
| Type | Description |
|---|---|
| string |