MarketSquare / robotframework-ai

RobotFramework-AI is a library that adds AI functionality to the Robot Framework. It can generate test data for you using the RealTestDataGenerator but also reply to your messages with the Chatbot.
Apache License 2.0
19 stars 5 forks source link

Idea: OpenAI Assistants - sharing threads between different assistants #7

Open xfoggi opened 4 months ago

xfoggi commented 4 months ago

Based on discussion on one of our status calls.

What if we could share the Assistant Thread between different assistants? The Thread basically keeps the history like the ChatGPT chat on website, Assistant is defined by Instructions, Knowledgebase (file search), Code or function calls. So there might be a use of keeping the context in thread and use different assistants for different functionality.