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
If you have start -> agent, and pass history via the api (eg history: [{ role: 'userMessage', content: 'my favourite colour is red' }], all is good, but if you do start -> condition agent -> agent, the history is lost.
To Reproduce
Output from both with and without a condition agent:
Expected behavior
History passed via the api should flow through to the agent