Xiaotian Jin

Results 40 comments of Xiaotian Jin

> actually,in chatagent ,self.content in FunctionCallingMessage is set empty > > > > Thanks! Will double check this one.

The thing is, I cannot recover this error locally. Claude 3.7 can perform tool calling. Have you guys run into same error?

> > The thing is, I cannot recover this error locally. Claude 3.7 can perform tool calling. Have you guys run into same error? > > > > hi @MuggleJinx,...

Hi guys, please have some suggestions or comments on the design of the adapter CAMEL layer for compatible with current ChatCompletion style and future extensions

Hi @Wendong-Fan and @fengju0213. Sorry for the late reply. For add a conversion layer in OpenAIModel, the problem is the response API is much richer than ChatCompletion, so the information...

> > Hi @Wendong-Fan and @fengju0213. Sorry for the late reply. For add a conversion layer in OpenAIModel, the problem is the response API is much richer than ChatCompletion, so...

I have make some updates, maybe you can review it for now if you have time? @Wendong-Fan @fengju0213

Thanks @hesamsheikh for the review, I have added the missing function, and remove the AI generated comments!

> aside from some minor issues i pointed out in the comments, everything else lgtm. btw, have you thought about @fengju0213 suggestion of unifying CamelModelResponse and ModelResponse? Thanks @hesamsheikh !...

Hi I have evaluated the current implementation. The current implementation directly relies on chat.completions returning a `ChatCompletion` type, with call sites concentrated in `camel/models/openai_model.py:392–510`. In contrast, the Response API returns...