Skip to content

Commit 0446d5b

Browse files
committed
fix: clean up the repo to match server-ai in js-core
1 parent e7c5680 commit 0446d5b

21 files changed

+485
-546
lines changed

packages/sdk/cloudflare-ai/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2828
- `initAi(ldClient, clientSideID?, kvNamespace?)` initializer
2929
- `aiClient.config(key, context, defaultValue, variables?)`
3030
- `config.toCloudflareWorkersAI(options?)` for mapping to Workers AI format
31-
- `config.runWithWorkersAI(env.AI, options?)` convenience with auto-metrics
31+
<!-- Removed optional runWithWorkersAI convenience; use env.AI.run directly -->
3232
- Template interpolation for messages using variables
3333
- Metrics tracking: success, duration, token usage, optional error tracking
3434
- Example Cloudflare Worker and setup docs

0 commit comments

Comments
 (0)