Spotter memory doc fix - #550
Open
ShashiSubramanya wants to merge 2 commits into
Open
ShashiSubramanya wants to merge 2 commits into
ShashiSubramanya wants to merge 2 commits into
Conversation
The doc showed content.recipe as a nested YAML mapping in both the export response and the edit-and-reimport YAML example. The server stores and accepts recipe as a scalar string only — a nested mapping node causes a SCHEMA validation error on import. Changes: - Add IMPORTANT admonition after the export JSON block clarifying that the response renders recipe as a JSON object for readability only; the actual content field always contains a YAML scalar string - Extend existing IMPORTANT in the Updating section to explain both recipe scalar formats (task/steps double-quoted JSON scalar; NLSv2 literal-block scalar with |- chomping) - Fix both RECIPE entries in the YAML example: task/steps entry now uses a double-quoted JSON scalar; NLSv2 entry now uses |- literal block - Add follow-on paragraph after the YAML block explaining the two formats - Update RECIPE row in Memory item fields table: recipe is an opaque scalar string, never a nested YAML mapping - Update recipe length row in Limits table to note scalar string - Fix type bullet in export response description to include ALWAYS_APPLY_RULES - Add SCHEMA error tip in Validation error reference section"
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This branch was successfully deployed
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.
Export memory response shape and other fixes