DavdGao

Results 96 comments of DavdGao

- Also, when FS finish the initialization of the global config, all unused configs are removed. However, if someone want to run a certain algorithm for some clients by the...

> @DavdGao hi dawei, we are unfamiliar with this algorithm. Could you give an explanation for us about what is the (\epsilon, \delta) each single query (training round) satisfies, when...

@qbc2016 please check if the `DictDialogAgent` can handle the werewolf game.

感谢建议,我们会在近期加入流式数据处理方法,初期的构想是在ModelResponse对象中挂载stream属性,该属性会是generator类型,可以通过这个属性在获取ModelResponse对象后流式获取数据。 由于需要兼容不同模型的流式数据方案(e.g., OpenAI, DashScope, Gemini),该方案可能会有一些变动,我们会在近期支持加入支持。

Feel free to create a new issue if you have new question. Closing this for now.

Thanks for your report. @qbc2016 Please take a look at Q1 and Q2. About Q3, the bug will be fixed together with #237

@Morriaty-The-Murderer I'm not sure if the example [conversation with mentions](https://github.com/modelscope/agentscope/tree/main/examples/conversation_with_mentions) meets your requirements?

Thanks for your suggestion. That's a good idea to add type checking here within the parser, and we will add this feature into parser. How about this solution: If the...