**Describe the bug** 在工作流中调用插件,没有传递 ConversationId 和 BotId **To Reproduce** 1. 创建对话流,在对话流中调用插件 <img width="1209" height="813" alt="Image" src="https://github.com/user-attachments/assets/411ec216-5b21-4e55-bf93-a3aee79b5576" /> 2. 在智能体中引用对话流 <img width="1077" height="575" alt="Image" src="https://github.com/user-attachments/assets/f24fa306-b1f8-461c-bbe9-948422692d93" /> 3. 测试 <img width="937" height="430" alt="Image" src="https://github.com/user-attachments/assets/8726bd75-b9fc-4c86-a12b-2051c0ece13d" /> 缺少 X-AIPlugin-Conversation-ID 和 X-AIPlugin-Bot-ID <img width="1404" height="496" alt="Image" src="https://github.com/user-attachments/assets/4bf12d44-d34b-4b25-9833-fa2cf82a104f" /> **Expected behavior** 将会话的 ConversationId 和 BotId 传递插件 **相关 Issue** #2190