Class GoogleCloudAiplatformV1beta1ToolUseExample
A single example of the tool usage.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1ToolUseExample : IDirectResponseSchema
Properties
DisplayName
Required. The display name for example.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { 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 |
ExtensionOperation
Extension operation to call.
Declaration
[JsonProperty("extensionOperation")]
public virtual GoogleCloudAiplatformV1beta1ToolUseExampleExtensionOperation ExtensionOperation { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1beta1ToolUseExampleExtensionOperation |
FunctionName
Function name to call.
Declaration
[JsonProperty("functionName")]
public virtual string FunctionName { get; set; }
Property Value
Type | Description |
---|---|
string |
Query
Required. Query that should be routed to this tool.
Declaration
[JsonProperty("query")]
public virtual string Query { get; set; }
Property Value
Type | Description |
---|---|
string |
RequestParams
Request parameters used for executing this tool.
Declaration
[JsonProperty("requestParams")]
public virtual IDictionary<string, object> RequestParams { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, object> |
ResponseParams
Response parameters generated by this tool.
Declaration
[JsonProperty("responseParams")]
public virtual IDictionary<string, object> ResponseParams { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, object> |
ResponseSummary
Summary of the tool response to the user query.
Declaration
[JsonProperty("responseSummary")]
public virtual string ResponseSummary { get; set; }
Property Value
Type | Description |
---|---|
string |