External Agent commands¶
Snowflake provides SQL commands to create and manage external agent objects. External agents represent generative AI applications in Snowflake for use with AI Observability.
| Command | Description |
|---|---|
| CREATE EXTERNAL AGENT | Creates a new external agent. |
| ALTER EXTERNAL AGENT | Modifies the properties of an existing external agent. |
| SHOW EXTERNAL AGENTS | Lists the external agents for which you have access privileges. |
| DESCRIBE EXTERNAL AGENT | Describes the properties of an external agent. |
| DROP EXTERNAL AGENT | Removes the specified external agent from the current or specified schema. |