Skip to content
New issue

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

Feature request - option to have different input and output contexts #20

Open
PatParslow opened this issue Jun 16, 2024 · 1 comment
Open

Comments

@PatParslow
Copy link

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.

@icebaker
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants