-
Notifications
You must be signed in to change notification settings - Fork 0
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: autoblocksai/javascript-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.0.19
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: autoblocksai/javascript-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.0.20
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 3 commits
- 6 files changed
- 2 contributors
Commits on Nov 16, 2023
-
Dont require empty object to build templates w/o placeholders (#63)
This makes it so you don't need to pass an empty object for the `params` argument for templates that have no placeholders. The overloads makes the error messages kind of hard to understand though... <img width="871" alt="Screenshot 2023-11-15 at 6 24 49 PM" src="https://github.com/autoblocksai/javascript-sdk/assets/7498009/cfa924c0-eb8d-4530-b6da-4a94b71995b6"> <img width="969" alt="Screenshot 2023-11-15 at 6 28 08 PM" src="https://github.com/autoblocksai/javascript-sdk/assets/7498009/b8d13833-170d-4c23-8863-bdc161df3e35"> --------- Co-authored-by: review-agent-prime[bot] <147289438+review-agent-prime[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 81791df - Browse repository at this point
Copy the full SHA 81791dfView commit details -
Revert "Dont require empty object to build templates w/o placeholders" (
#64) Reverts #63 The overload messes up the autocomplete for `params` for the templates that do have placeholders
Nicole White authoredNov 16, 2023 Configuration menu - View commit details
-
Copy full SHA for d7c755c - Browse repository at this point
Copy the full SHA d7c755cView commit details -
``` > test-prompt-manager-ts@0.0.0 gen:watch > nodemon --quiet --watch prompt-templates --ext "*" --exec "npm run gen" > test-prompt-manager-ts@0.0.0 gen > autoblocks prompts generate ✓ Compiled in 3ms (2 templates) > test-prompt-manager-ts@0.0.0 gen > autoblocks prompts generate ✓ Compiled in 3ms (2 templates) > test-prompt-manager-ts@0.0.0 gen > autoblocks prompts generate ✓ Compiled in 3ms (2 templates) ```
Nicole White authoredNov 16, 2023 Configuration menu - View commit details
-
Copy full SHA for 055db6f - Browse repository at this point
Copy the full SHA 055db6fView commit details
There are no files selected for viewing