We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Instructor (and other libraries) support jinja templates for system prompt building, see here.
It would be pretty easily for us to support, then again it doesn't need to be build into the library, it just be implemented by the user.
We should at least add an example of how to do this.
Should we add formal support for it? If so what should the API be?
The text was updated successfully, but these errors were encountered:
Worth saying that Jinja is inherently not type-safe, and you can often get the same result with type safe code, e.g.
... return f""" blah blah blah {'\n'.join(thing.foo for thing in deps.things} ... """
Sorry, something went wrong.
No branches or pull requests
Instructor (and other libraries) support jinja templates for system prompt building, see here.
It would be pretty easily for us to support, then again it doesn't need to be build into the library, it just be implemented by the user.
We should at least add an example of how to do this.
Should we add formal support for it? If so what should the API be?
The text was updated successfully, but these errors were encountered: