Show / Hide Table of Contents

Class GoogleCloudAiplatformV1beta1EventActions

Actions are parts of events that are executed by the agent.

Inheritance
object
GoogleCloudAiplatformV1beta1EventActions
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1EventActions : IDirectResponseSchema

Properties

ArtifactDelta

Optional. Indicates that the event is updating an artifact. key is the filename, value is the version.

Declaration
[JsonProperty("artifactDelta")]
public virtual IDictionary<string, int?> ArtifactDelta { get; set; }
Property Value
Type Description
IDictionary<string, int?>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Escalate

Optional. The agent is escalating to a higher level agent.

Declaration
[JsonProperty("escalate")]
public virtual bool? Escalate { get; set; }
Property Value
Type Description
bool?

RequestedAuthConfigs

Optional. Will only be set by a tool response indicating tool request euc. Struct key is the function call id since one function call response (from model) could correspond to multiple function calls. Struct value is the required auth config, which can be another struct.

Declaration
[JsonProperty("requestedAuthConfigs")]
public virtual IDictionary<string, object> RequestedAuthConfigs { get; set; }
Property Value
Type Description
IDictionary<string, object>

SkipSummarization

Optional. If true, it won't call model to summarize function response. Only used for function_response event.

Declaration
[JsonProperty("skipSummarization")]
public virtual bool? SkipSummarization { get; set; }
Property Value
Type Description
bool?

StateDelta

Optional. Indicates that the event is updating the state with the given delta.

Declaration
[JsonProperty("stateDelta")]
public virtual IDictionary<string, object> StateDelta { get; set; }
Property Value
Type Description
IDictionary<string, object>

TransferAgent

Optional. If set, the event transfers to the specified agent.

Declaration
[JsonProperty("transferAgent")]
public virtual string TransferAgent { get; set; }
Property Value
Type Description
string

TransferToAgent

Deprecated. If set, the event transfers to the specified agent.

Declaration
[JsonProperty("transferToAgent")]
public virtual bool? TransferToAgent { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX