-
Notifications
You must be signed in to change notification settings - Fork 56
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
chore: populate the build cache #753
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
PR Summary
No major changes found since last review.
No file(s) reviewed, no comment(s)
Edit PR Review Bot Settings
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.
PR Summary
(updates since last review)
No major changes found since last review.
No file(s) reviewed, no comment(s)
Edit PR Review Bot Settings
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.
PR Summary
(updates since last review)
- Added new TypeScript files for
BamlCtxManager
,BamlStream
, and type builders (engine/language_client_typescript/async_context_vars.d.ts
,stream.d.ts
,type_builder.d.ts
) - Introduced
provider
field toOpenAIClient
struct and conditionalstream_options
inbuild_request
(engine/baml-runtime/src/internal/llm_client/primitive/openai/openai_client.rs
) - Enhanced error handling in
post
method ofCompleteAPIConfig
(engine/baml-runtime/src/tracing/api_wrapper/mod.rs
) - Updated logging format for better error detail visibility (
engine/baml-runtime/src/tracing/threaded_tracer.rs
) - Incremented version numbers across multiple configuration files (
Cargo.toml
,pyproject.toml
,baml.gemspec
,package.json
)
44 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings
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.
PR Summary
(updates since last review)
- Adjusted JSX element property ordering for readability (
typescript/playground-common/src/shared/Selectors.tsx
) - Updated button
className
for text color styling (typescript/playground-common/src/shared/SettingsDialog.tsx
)
2 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings
No description provided.