Skip to content

Commit ef8da95

Browse files
stainless-sdks[bot]vippelinapackyg
authored
docs: tool use documentation link (#873) (#616)
Co-authored-by: Vibeke Tengroth <[email protected]> Co-authored-by: Packy Gallagher <[email protected]>
1 parent a7e605c commit ef8da95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ for await (const entry of results) {
168168

169169
## Tool use
170170

171-
This SDK provides support for tool use, aka function calling. More details can be found in [the documentation](https://platform.claude.com/docs/en/api/tool-use).
171+
This SDK provides support for tool use, aka function calling. More details can be found in [the documentation](https://platform.claude.com/docs/en/agents-and-tools/tool-use/overview).
172172
The SDK provides helpers for making it easy to create and run tools. You can use Zod schemas or JSON Schemas to describe the input to a tool. You can then run those tools using the `client.messages.toolRunner()` method. This method will handle passing the inputs generated by the chosen model into the right tool and passing the result back to the model.
173173

174174
```ts

0 commit comments

Comments
 (0)