The original context is never actually used in the research process #1162
quangvu0702
started this conversation in
Ideas
Replies: 1 comment
-
Welcome @quangvu0702 Please provide specific example from the code of where you feel context is lossed / should be passed down the flow? |
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
-
There's an issue here:
To properly use context, the code would need to:
The current implementation means that any context passed to GPTResearcher is effectively ignored. This appears to be a limitation/bug in the current implementation.
For proper context usage, the code would need to be modified to:
Beta Was this translation helpful? Give feedback.
All reactions