Create an ChatProcessor
With https://git.drupalcode.org/project/ai/-/work_items/3492940 the agents could create ChatProcessor that has the settings the AI Assistant layer has. Discussion has to be made if we already support multiple threads and want that in the future, so you can basically have one chat where you can pick the agent you talk to. But for 1-to-1 functionality parity, it means that the consumer sets one agent per chatbot. ### Proposed resolution Create a ChatProcessor for agent that has a form that sets:\ \* Agent\ \* Specific Error Messages (?)\ \* Allow History (?) We need to discuss how we store history in general, but that could potentially be set by the ChatProcessor.
issue