Ability to apply functions to piped components #1681
johnjosephhorton
started this conversation in
Ideas
Replies: 2 comments
-
|
It's much better to do this with the existing jinja2 filters, which are quite flexible We should add an ability to pass variables created in question to the subsequent questions: |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
We can use macros to define functions (and jinja2 is Turing complete!): |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
This could be done like so, by changing the jinja2 environment:
https://claude.ai/share/2d5d73b9-876b-48bc-8cb6-4abc84fcc300
To implement:
Beta Was this translation helpful? Give feedback.
All reactions