Skip to content
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

Update AB client #15

Merged
merged 1 commit into from
Oct 23, 2023
Merged

Update AB client #15

merged 1 commit into from
Oct 23, 2023

Conversation

nicolewhite
Copy link
Contributor

No description provided.

@vercel
Copy link

vercel bot commented Oct 23, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
autoblocks-examples ✅ Ready (Inspect) Visit Preview Oct 23, 2023 6:32pm

@nicolewhite nicolewhite requested a review from adamnolte October 23, 2023 18:32
@review-agent-prime
Copy link

The changes in this PR mainly involve updating the version of @autoblocks/client from 0.0.14 to 0.0.15 across multiple files. This seems to be a straightforward dependency update.

However, there is one change in JavaScript/openai-automated/src/index.js that might need attention:

-import { traceOpenAI } from '@autoblocks/client';
+import { traceOpenAI } from '@autoblocks/client/openai';

This change alters the import path of traceOpenAI. If traceOpenAI has been moved to a new location (@autoblocks/client/openai) in the updated version (0.0.15), this change is correct. But if not, this could cause an import error. Please ensure that the new import path is correct according to the updated package structure.

Other than that, the PR looks good and the dependency update should improve the project by incorporating the latest features and bug fixes from the @autoblocks/client package.

@nicolewhite nicolewhite merged commit 9b2ff36 into main Oct 23, 2023
8 checks passed
@nicolewhite nicolewhite deleted the update-ab-client branch October 23, 2023 18:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants