C.Ravi Kumar reddy
C.Ravi Kumar reddy
I think the error coming pandas data type issue. Make the datatypes to below format **'ever_married': 'bool',** **'graduated': 'bool',** and its working. you have kept these data types as 'O'
was getting same error before. so i have used pydantic model as input not just parameters. till now didn't got multiple tool call based error. ```bash class IPParms(Basemodel): stock: str...
Same with autogen.coding.Dockercommandlineexecutor
Hello Victor, I am running ubuntu 24 as host os no wsl. (running the code in plain ubuntu not inside docker)