Skip to content

Commit 17e6386

Browse files
authored
Merge branch 'trunk' into lukekim/add-labels
2 parents 2a38bcb + 01780b8 commit 17e6386

File tree

3 files changed

+1
-85
lines changed

3 files changed

+1
-85
lines changed

website/docs/components/tools/index.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,7 @@ A tool is a function or operation that can be called directly or by a [language
88

99
For details about providing LLMs tool access, see [Language Model Tools](/docs/features/large-language-models/tools).
1010

11-
**Example**
12-
```yaml
13-
tools:
14-
- name: arpanet
15-
from: websearch
16-
description: "Search the web for information."
17-
params:
18-
engine: perplexity
19-
perplexity_auth_token: ${ secrets:SPICE_PERPLEXITY_AUTH_TOKEN }
20-
21-
```
22-
23-
For details on tool specifications, see the [Tools Spicepod Reference](/docs/reference/spicepod/tools).
11+
For details on tool specifications, see the [Tools Spicepod Reference](/docs/reference/spicepod/tools).
2412

2513
### Available Tools
2614

@@ -35,9 +23,6 @@ For details on tool specifications, see the [Tools Spicepod Reference](/docs/re
3523
| `top_n_sample` | Sample the top N rows from a table based on a specified ordering. | `auto` |
3624
| `memory:load` | Retrieve all stored memories from the last time period. | `memory` |
3725
| `memory:store` | Store information from LLM interaction(s) for future reference. | `memory` |
38-
| [`websearch`][websearch] | Search the web for information. | - |
39-
40-
[websearch]: /docs/components/tools/websearch
4126

4227
### Tool Groups
4328
Tool groups are predefined sets of tools that can be provided to LLMs in a single tool name. For example, the `auto` tool group provides all default tools to the LLM (see above table).

website/docs/components/tools/websearch.md

Lines changed: 0 additions & 57 deletions
This file was deleted.

website/docs/reference/spicepod/tools.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,6 @@ Tools define functions that can be invoked within the Spice runtime, either dire
1010

1111
The `tools` section in your configuration specifies one or more tools available for use in the runtime.
1212

13-
Example:
14-
15-
```yaml
16-
tools:
17-
- name: arpanet
18-
from: websearch
19-
description: "Search the web for information."
20-
params:
21-
engine: perplexity
22-
perplexity_auth_token: ${ secrets:SPICE_PERPLEXITY_AUTH_TOKEN }
23-
```
24-
2513
### `name`
2614

2715
A unique identifier for this tool.

0 commit comments

Comments
 (0)