Class Annotations
Annotations describing the characteristics and behavior of a tool or operation.
Implements
Inherited Members
Namespace: Google.Apis.AgentRegistry.v1alpha.Data
Assembly: Google.Apis.AgentRegistry.v1alpha.dll
Syntax
public class Annotations : IDirectResponseSchema
Properties
DestructiveHint
Output only. If true, the tool may perform destructive updates to its environment. If false, the tool
performs only additive updates. NOTE: This property is meaningful only when read_only_hint == false
Default: true
Declaration
[JsonProperty("destructiveHint")]
public virtual bool? DestructiveHint { 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 |
IdempotentHint
Output only. If true, calling the tool repeatedly with the same arguments will have no additional effect on
its environment. NOTE: This property is meaningful only when read_only_hint == false Default: false
Declaration
[JsonProperty("idempotentHint")]
public virtual bool? IdempotentHint { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
OpenWorldHint
Output only. If true, this tool may interact with an "open world" of external entities. If false, the tool's domain of interaction is closed. For example, the world of a web search tool is open, whereas that of a memory tool is not. Default: true
Declaration
[JsonProperty("openWorldHint")]
public virtual bool? OpenWorldHint { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
ReadOnlyHint
Output only. If true, the tool does not modify its environment. Default: false
Declaration
[JsonProperty("readOnlyHint")]
public virtual bool? ReadOnlyHint { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
Title
Output only. A human-readable title for the tool.
Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
| Type | Description |
|---|---|
| string |