Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
ngafar
approved these changes
Feb 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Testing
Please provide a list of the ways you can "access" or use the functionality. Please try and be exhaustive here, and make sure that you test everything you list.
Documentation
Note if any new documentation needs to addressed or reviewed.
Note
Medium Risk
Touches LLM response formatting and tool-invocation prompt contracts; mistakes could cause malformed responses or tool parsing failures across providers, though changes are small and localized.
Overview
Fixes Abacus JSON response formatting by switching the Abacus
response_formatfrom{"type":"json"}to{"type":"json_object"}inopen_ai_utils.get_open_ai_completion_function_params, while keeping full JSON-schema formatting for non-Abacus providers.Hardens agent prompt examples to valid JSON by updating tool/example payloads (e.g.,
cell_update,run_all_cells,scratchpad,ask_user_question,finished_task) to use double-quoted keys/strings and consistent schemas (including adding fields likecode_summary/cell_typein the smart debug example).Written by Cursor Bugbot for commit 9189e7f. This will update automatically on new commits. Configure here.