Skip to content

Commit

Permalink
Merge pull request #23 from LangStream/fix-warnings
Browse files Browse the repository at this point in the history
Fixing warnings due to brackets
  • Loading branch information
cdbartholomew authored Nov 30, 2023
2 parents 3966d05 + 404a4cc commit 1f48642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ New features:

Breaking changes:
* **Refactor Python agent API**: the Python API is now more handy and structured. Checkout the [documentation](https://docs.langstream.ai/pipeline-agents/custom-agents/python-function) for getting started.
* **New templating system for globals and secrets**: for referring to a secret you should now use use *${secrets.my-secret.key}* instead of *{{{ secrets.my-secret.key }}}* . Note that the old syntax will continue to work but it's highly recommended to switch to the new one.
* **New templating system for globals and secrets**: for referring to a secret you should now use use `${secrets.my-secret.key}` instead of `{% raw %}{{{ secrets.my-secret.key }}}{% endraw %}` . Note that the old syntax will continue to work but it's highly recommended to switch to the new one.

Full release notes: [https://github.com/LangStream/langstream/releases/tag/v0.1.0](https://github.com/LangStream/langstream/releases/tag/v0.1.0)

Expand Down

0 comments on commit 1f48642

Please sign in to comment.