You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the context tool isn't using sys.echo, the prompt is fed to the
LLM and the response of is being used as the context. This is not the
intended behavior.
Using sys.echo here will mean that the text is used in the system prompt
and the LLM is not used.
Signed-off-by: Donnie Adams <[email protected]>
0 commit comments