-
Notifications
You must be signed in to change notification settings - Fork 742
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wrangler: add AI related commands #3986
Conversation
🦋 Changeset detectedLatest commit: 7c4fe9e The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
A wrangler prerelease is available for testing. You can install this latest build in your project with: npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/6273399753/npm-package-wrangler-3986 You can reference the automatically updated head of this PR with: npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/prs/6273399753/npm-package-wrangler-3986 Or you can use npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/6273399753/npm-package-wrangler-3986 dev path/to/script.js Additional artifacts:npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/6273399753/npm-package-cloudflare-pages-shared-3986 Note that these links will no longer work once the GitHub Actions artifact expires.
| Please ensure constraints are pinned, and |
Codecov Report
@@ Coverage Diff @@
## main #3986 +/- ##
==========================================
+ Coverage 74.92% 75.05% +0.12%
==========================================
Files 196 200 +4
Lines 11611 11665 +54
Branches 3050 3058 +8
==========================================
+ Hits 8700 8755 +55
+ Misses 2911 2910 -1
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good!
- It would be good to see a test of the truncation behaviour
- It would be good to see some tests of the recursive fetching behaviour
64dec01
to
91dea70
Compare
Added the two missing tests. |
554c03e
to
ef200ef
Compare
Rerunning the windows test job which failed |
What this PR solves / how to test:
This PR adds the CLI commands related to AI functionality.
Author has included the following, where applicable:
Reviewer is to perform the following, as applicable: