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
It would be useful to have the option to branch to a new context e.g. nb model inputcontext -o newcontext eval do the thing
Along the same lines, being able to read multiple inputcontexts and write to a new one would be useful.
Agents could then summarise existing conversations, or draw related ones together.
The text was updated successfully, but these errors were encountered:
Hi @PatParslow, thanks for opening the issue!
Can you elaborate more and provide additional examples?
I'm wondering if the current approach of supporting pipe operators would not fulfill this need:
cat article.txt | nb to-en-us-translator.yml - eval | nb summarizer.yml - eval
Sorry, something went wrong.
No branches or pull requests
It would be useful to have the option to branch to a new context e.g.
nb model inputcontext -o newcontext eval do the thing
Along the same lines, being able to read multiple inputcontexts and write to a new one would be useful.
Agents could then summarise existing conversations, or draw related ones together.
The text was updated successfully, but these errors were encountered: