Vertex AI v1beta1 API - Class EventActions (1.0.0-beta24)

public sealed class EventActions : IMessage<EventActions>, IEquatable<EventActions>, IDeepCloneable<EventActions>, IBufferMessage, IMessage

Reference documentation and code samples for the Vertex AI v1beta1 API class EventActions.

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

Inheritance

object > EventActions

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

EventActions()

public EventActions()

EventActions(EventActions)

public EventActions(EventActions other)
Parameter
Name Description
other EventActions

Properties

ArtifactDelta

public MapField<string, int> ArtifactDelta { get; }

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

Property Value
Type Description
MapFieldstringint

Escalate

public bool Escalate { get; set; }

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

Property Value
Type Description
bool

RequestedAuthConfigs

public Struct RequestedAuthConfigs { get; set; }

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.

Property Value
Type Description
Struct

SkipSummarization

public bool SkipSummarization { get; set; }

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

Property Value
Type Description
bool

StateDelta

public Struct StateDelta { get; set; }

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

Property Value
Type Description
Struct

TransferToAgent

public bool TransferToAgent { get; set; }

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

Property Value
Type Description
bool