Skip to content

Commit 0f4b59d

Browse files
Rephrase natural-language sampling example intro
Co-authored-by: Jonathan Hefner <[email protected]>
1 parent 7174482 commit 0f4b59d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/concepts/sampling.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ Here are some examples of how servers can use sampling to enhance interactions:
167167

168168
### Natural-language tool responses
169169

170-
The implementer of a server without direct LLM access may want a tool to return the result of an operation in natural language to aid clients:
170+
A tool without direct LLM access may want to perform an operation using natural language:
171171

172172
```typescript
173173
server.tool(

0 commit comments

Comments
 (0)