Wei-Jianan

Results 4 issues of Wei-Jianan

### **User description** **Fix** -- https://github.com/geekan/MetaGPT/issues/1257 **Bug description** ~/.metagpt/config2.yaml ``` llm: stream: False ``` does not affect the way to call llm.aask. ___ ### **PR Type** Bug fix, Enhancement ___...

enhancement
Review effort [1-5]: 2
Bug fix

**Bug description** ~/.metagpt/config2.yaml ``` llm: stream: False ``` does not affect the way to call llm.aask. **Bug solved method** ``` class BaseLLM(ABC): async def aask( self, msg: Union[str, list[dict[str, str]]],...

**Bug description** 1. I created a role that simply counts up to 3, after which the goal is considered accomplished. All the LLM I tried usually would not set next_state...

**Features** -- https://github.com/geekan/MetaGPT/issues/1297 -- https://github.com/geekan/MetaGPT/issues/1260 **Influence** -- It might affect all the Role that run in ReAct mode.