蓝胖子

Results 5 comments of 蓝胖子

https://github.com/KupynOrest/DeblurGAN/issues/203

When start agent `@router.post("/thread/{thread_id}/agent/start")` The frontend is always sending the following payload to the backend: ```json { "model_name": "sonnet-3.7", "enable_thinking": false } ``` As a result, the backend always selects...

> > When start agent `@router.post("/thread/{thread_id}/agent/start")` The frontend is always sending the following payload to the backend: > > { > > "model_name": "sonnet-3.7", > > "enable_thinking": false > >...