Skip to content

Commit 20e68e0

Browse files
docs: remove aliases from looker-agent.md
1 parent 88926dc commit 20e68e0

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

docs/en/integrations/looker/tools/looker-agent.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ type: docs
44
weight: 1
55
description: >
66
Manage Looker Agents
7-
aliases:
8-
- /resources/tools/looker-agent
97
---
108

119
## About
@@ -22,14 +20,14 @@ This tool requires the underlying Looker Go SDK to support the `Agent` API resou
2220

2321
## Parameters
2422

25-
| **Parameter** | **Type** | **Required** | **Description** |
26-
|:-------------|:--------:|:------------:|:----------------|
27-
| `operation` | `string` | Yes | The operation to perform. Must be one of: `list`, `get`, `create`, `update`, or `delete`. |
28-
| `agent_id` | `string` | No | The ID of the agent. Required for `get`, `update`, and `delete` operations. |
29-
| `name` | `string` | No | The name of the agent. Required for `create` operation. |
30-
| `instructions` | `string` | No | The instructions (system prompt) for the agent. Used for `create` and `update` operations. |
31-
| sources | array | No | Optional. A list of JSON-encoded data sources, where each is a string with 'model' and 'explore' keys. |
32-
| `code_interpreter` | `boolean` | No | Optional. Enables Code Interpreter for this Agent. |
23+
| **Parameter** | **Type** | **Required** | **Description** |
24+
|:-------------------|:---------:|:------------:|:-------------------------------------------------------------------------------------------------------|
25+
| `operation` | `string` | Yes | The operation to perform. Must be one of: `list`, `get`, `create`, `update`, or `delete`. |
26+
| `agent_id` | `string` | No | The ID of the agent. Required for `get`, `update`, and `delete` operations. |
27+
| `name` | `string` | No | The name of the agent. Required for `create` operation. |
28+
| `instructions` | `string` | No | The instructions (system prompt) for the agent. Used for `create` and `update` operations. |
29+
| sources | array | No | Optional. A list of JSON-encoded data sources, where each is a string with 'model' and 'explore' keys. |
30+
| `code_interpreter` | `boolean` | No | Optional. Enables Code Interpreter for this Agent. |
3331

3432
## Example
3533

@@ -110,4 +108,4 @@ Delete an agent by its ID.
110108
"operation": "delete",
111109
"agent_id": "12345"
112110
}
113-
```
111+
```

0 commit comments

Comments
 (0)