|
|
|
|
|
by ndnichols
1205 days ago
|
|
The challenge here is that ChatGPT and other LLMs can only think out loud. They only "think" through writing, and that's always displayed to the user. Has anyone tried giving LLMs a scratchpad where the model could e.g. run the pipeline in order, generate the poem, and then explicitly publish it to the user without showing the earlier steps? |
|
The user just sees the "Final Answer" / Finish response from the chain's execution, even if several invocations across different tools & model invocations were required
1: https://react-lm.github.io/
2: https://langchain.readthedocs.io/en/latest/modules/agents/im...