Add inventory record type prompt to notebook templating [sc-16131] - #553
Open
emmavdh wants to merge 2 commits into
Open
Add inventory record type prompt to notebook templating [sc-16131]#553emmavdh wants to merge 2 commits into
emmavdh wants to merge 2 commits into
Conversation
Ask for Model/Agent/Use Case/Tool (or custom free text, defaulting to Model) and fill {record-type} placeholders in install and next-steps mini-templates so newly generated notebooks can target different inventory record types.
Co-authored-by: Cursor <cursoragent@cursor.com>
Reword the "record" key concept so it no longer defines a record via "such as a model" (and keep Key concepts free of variables), and genericize "model identifier credentials" to "{record-type} identifier credentials" in the code-snippet step so it follows the selected inventory record type.
Co-authored-by: Cursor <cursoragent@cursor.com>
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.
What and why?
Adds an inventory record type step to notebook generation (
make notebook/e2e-notebook.ipynb) so newly authored notebooks can target Model, Agent, Use Case, Tool, or a custom free-text type.{record-type}placeholders in install and next-steps mini-templatesShortcut: https://app.shortcut.com/validmind/story/16131
How to test
make notebook(or runnotebooks/templates/e2e-notebook.ipynb)1–4, custom5/ free text, and Enter → Model{record-type})What needs special review?
Wording of
{record-type}substitutions in install/next-steps mini-templates (UI labels likeRegister {record-type}).Dependencies, breaking changes, and deployment notes
None. Existing published notebooks are unchanged; only the generator and mini-templates used for new notebooks are affected.
Release notes
Internal contributor tooling for notebook authoring.
Checklist