looker-delete-agent Tool
“looker-delete-agent” deletes a Looker Conversation Analytics agent.
less than a minute
About
The looker-delete-agent tool allows LLMs to delete a Looker Agent using the Looker Go SDK.
{
"name": "looker-delete-agent",
"parameters": {
"agent_id": "123"
}
}
Compatible Sources
This tool can be used with the following database sources:
| Source Name |
|---|
| Looker Source |
Example
To use the looker-delete-agent tool, you must define it in your server.yaml file.
kind: tool
name: delete_agent
type: looker-delete-agent
source: my-looker-instance
description: |
Delete a Looker agent.
- `agent_id` (string): The ID of the agent.
Reference
| field | type | required | description |
|---|---|---|---|
| type | string | true | Must be “looker-delete-agent”. |
| source | string | true | Name of the Looker source. |
| description | string | true | Description of the tool that is passed to the LLM. |
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.