- Issue created by @marcus_johansson
Currently we have an outdated version of how to supply the chat history using something called TaskInterface, that goes back to when we were using Minikanban to control agents.
The messages and the history, should be easy to send in using the ChatInputInterface now that we have it.
Add so that the Agents setTask also can use setMessages of ChatInputInterface. Only one of them should be needed to fill out.
For 2.0.x we should decide if we depracate the TaskInterface
Active
1.1
Code