Class GoogleCloudAiplatformV1EvaluationInstanceAgentConfig
Configuration for an Agent.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1EvaluationInstanceAgentConfig : IDirectResponseSchema
Properties
DeveloperInstruction
Optional. A field containing instructions from the developer for the agent.
Declaration
[JsonProperty("developerInstruction")]
public virtual GoogleCloudAiplatformV1EvaluationInstanceInstanceData DeveloperInstruction { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAiplatformV1EvaluationInstanceInstanceData |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Tools
List of tools.
Declaration
[JsonProperty("tools")]
public virtual GoogleCloudAiplatformV1EvaluationInstanceAgentConfigTools Tools { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAiplatformV1EvaluationInstanceAgentConfigTools |
ToolsText
A JSON string containing a list of tools available to an agent with info such as name, description, parameters and required parameters.
Declaration
[JsonProperty("toolsText")]
public virtual string ToolsText { get; set; }
Property Value
| Type | Description |
|---|---|
| string |