langchain-ai / opengpts

MIT License
6.44k stars 851 forks source link

Filter few shot examples by `assistant_id` #343

Closed andrewnguonly closed 4 months ago

andrewnguonly commented 4 months ago

Summary

Filter few shot examples by assistant_id. In other words, each assistant will have their own few shot examples, even if they use the same graph.

This is a redo of this PR.