-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Knowledge Primitive #11475
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
Knowledge Primitive #11475
Conversation
Date objects in tool parameters, outputs, and metadata were appearing as
empty objects {} in Braintrust traces. Added serializeDates() helper to
convert Date objects to ISO strings before passing to Braintrust SDK.
Fixes #11024
…or-lemur-cdc3d4
…or-lemur-cdc3d4
…ation dialogs - Fix header button sizes to match Documentation button (remove size='lg') - Fix search panel: add 'Top' label to topK input, change button to show 'Search' text - Fix static artifact toggle: show 'Searchable' vs 'Static (not searchable)' states - Reduce whitespace between page header and content - Add delete functionality with AlertDialog confirmation for namespaces and artifacts - Remove browser confirm() calls in favor of proper modal dialogs - Add trash icon buttons to table rows with hover states
🦋 Changeset detectedLatest commit: 8b71bfc 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 |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
🚨 Redirect Validation FailedThe redirect validation found issues in Action Required: Review and fix the redirect configuration. |
## Description <!-- Provide a brief description of the changes in this PR --> ## Related Issue(s) <!-- Link to the issue(s) this PR addresses, using hashtag notation: #123 --> ## Type of Change - [ ] Bug fix (non-breaking change that fixes an issue) - [ ] New feature (non-breaking change that adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) - [ ] Documentation update - [ ] Code refactoring - [ ] Performance improvement - [ ] Test update ## Checklist - [ ] I have made corresponding changes to the documentation (if applicable) - [ ] I have added tests that prove my fix is effective or that my feature works --------- Co-authored-by: CalebBarnes <CalebBarnes@users.noreply.github.com> Co-authored-by: NikAiyer <nick.aiyer@gmail.com>
Description
Related Issue(s)
Type of Change
Checklist