Latest Anthropic release notes (2025-09-22)

- api.md (+1 / -1)
    • * We've launched tool helpers in beta for the Python and TypeScript SDKs, simplifying tool creation and execution with automatic input validation and a tool runner for automated tool handling in conversations. For details, see the [`anthropic-sdk-python`](https://github.com/anthropics/anthropic-sdk-python/blob/main/helpers.md) and [`anthropic-sdk-typescript`](https://github.com/anthropics/anthropic-sdk-typescript/blob/main/helpers.md) repos. To learn more about tool use, see our [tool use documentation](/en/docs/agents-and-tools/tool-use/overview).
This commit is contained in:
github-actions[bot]
2025-09-22 00:39:59 +00:00
parent 8987442f42
commit 5936e10c2e
2 changed files with 6 additions and 5 deletions
+5 -4
View File
@@ -9,12 +9,13 @@ The status section below is updated by a daily GitHub Action.
<!-- sync-status:start -->
### 🔄 Last sync
- UTC: `2025-09-21 00:40 UTC`
- Europe/Oslo: `2025-09-21 02:40 CEST`
- UTC: `2025-09-22 00:39 UTC`
- Europe/Oslo: `2025-09-22 02:39 CEST`
### ️ No content changes in tracked files this run
### ✅ Files updated this run
- api.md (+1 / -1)<!-- sync-status:end -->
<!-- sync-status:end -->
+1 -1
View File
@@ -4,7 +4,7 @@
#### September 17, 2025
* We've launched tool helpers in beta for the Python and TypeScript SDKs, simplifying tool creation and execution with type-safe input validation and a tool runner for automated tool handling in conversations. For details, see the documentation for [the Python SDK](https://github.com/anthropics/anthropic-sdk-python/blob/main/tools.md) and [the TypeScript SDK](https://github.com/anthropics/anthropic-sdk-typescript/blob/main/helpers.md#tool-helpers).
* We've launched tool helpers in beta for the Python and TypeScript SDKs, simplifying tool creation and execution with automatic input validation and a tool runner for automated tool handling in conversations. For details, see the [`anthropic-sdk-python`](https://github.com/anthropics/anthropic-sdk-python/blob/main/helpers.md) and [`anthropic-sdk-typescript`](https://github.com/anthropics/anthropic-sdk-typescript/blob/main/helpers.md) repos. To learn more about tool use, see our [tool use documentation](/en/docs/agents-and-tools/tool-use/overview).
#### September 16, 2025