Class GoogleCloudAiplatformV1beta1QueryExtensionResponse
Response message for ExtensionExecutionService.QueryExtension.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1QueryExtensionResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FailureMessage
Failure message if any.
Declaration
[JsonProperty("failureMessage")]
public virtual string FailureMessage { get; set; }
Property Value
Type | Description |
---|---|
string |
Steps
Steps of extension or LLM interaction, can contain function call, function response, or text response. The last step contains the final response to the query.
Declaration
[JsonProperty("steps")]
public virtual IList<GoogleCloudAiplatformV1beta1Content> Steps { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudAiplatformV1beta1Content> |