Have two characters chat issue #263
-
Hi there. Awesome tool. Making a project with it and will try to give back some day. Business time: This used to work with an older version of the library, but I updated a few days ago and I get stuck after the first Character finishes their line. The completionCallback get executed, but the chat of the second character never starts generating. I then stop the project and see in the console that the second character's completionCallback gets called as the project closes How did you get two agents to talk to each other? Do you see anything wrong with my approach? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi! Can you try setting the LLM Parallel Prompts parameter (Advanced Options) to the number of LLMCharacters, 2? |
Beta Was this translation helpful? Give feedback.
Hi! Can you try setting the LLM Parallel Prompts parameter (Advanced Options) to the number of LLMCharacters, 2?
Probably the LLMCharacters are created after the LLM has started and it doesn't know that it has to handle more than 1.