You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
... instructions="You are a helpful assistant that can query knowledge graphs, summarize documents, answer questions about documents, and query time series data points.",
external_id (str): The external ID provided by the client. Must be unique for the resource type.
115
125
name (str): The name of the agent, for use in user interfaces.
116
-
description (str | None): The human readable description of the agent.
117
-
instructions (str | None): Instructions for the agent.
118
-
model (str | None): Name of the language model to use. For example, "azure/gpt-4o", "gcp/gemini-2.0" or "aws/claude-3.5-sonnet".
126
+
description (str | None): The human readable description of the agent. Always present in API responses.
127
+
instructions (str | None): Instructions for the agent. Always present in API responses.
128
+
model (str | None): Name of the language model to use. For example, "azure/gpt-4o", "gcp/gemini-2.0" or "aws/claude-3.5-sonnet". Always present in API responses.
129
+
labels (list[str] | None): Labels for the agent. For example, ["published"] to mark an agent as published. Always present in API responses.
119
130
tools (Sequence[AgentTool] | None): List of tools for the agent.
120
131
created_time (int | None): The time the agent was created, in milliseconds since Thursday, 1 January 1970 00:00:00 UTC, minus leap seconds.
121
132
last_updated_time (int | None): The time the agent was last updated, in milliseconds since Thursday, 1 January 1970 00:00:00 UTC, minus leap seconds.
0 commit comments