Latest Anthropic release notes (2025-09-23)

- api.md (+1 / -1)
    • * 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).
This commit is contained in:
github-actions[bot]
2025-09-23 00:35:48 +00:00
parent 5936e10c2e
commit da42e0e799
2 changed files with 4 additions and 3 deletions
+3 -2
View File
@@ -9,8 +9,8 @@ The status section below is updated by a daily GitHub Action.
<!-- sync-status:start -->
### 🔄 Last sync
- UTC: `2025-09-22 00:39 UTC`
- Europe/Oslo: `2025-09-22 02:39 CEST`
- UTC: `2025-09-23 00:35 UTC`
- Europe/Oslo: `2025-09-23 02:35 CEST`
### ✅ Files updated this run
@@ -47,5 +47,6 @@ The status section below is updated by a daily GitHub Action.
+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 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).
* 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).
#### September 16, 2025