camel icon indicating copy to clipboard operation
camel copied to clipboard

fix: edit default function call message

Open MuggleJinx opened this issue 9 months ago • 7 comments

Description

Close #1976.

MuggleJinx avatar Mar 26 '25 12:03 MuggleJinx

I am not quite sure about solving this issue by hardcoding a hidden prompt is a good idea or not

lightaime avatar Mar 26 '25 13:03 lightaime

actually,in chatagent ,self.content in FunctionCallingMessage is set empty image

fengju0213 avatar Mar 27 '25 12:03 fengju0213

actually,in chatagent ,self.content in FunctionCallingMessage is set empty

image

Thanks! Will double check this one.

MuggleJinx avatar Mar 28 '25 07:03 MuggleJinx

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

MuggleJinx avatar Mar 28 '25 08:03 MuggleJinx

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

i will try it

fengju0213 avatar Mar 28 '25 08:03 fengju0213

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, are you using the official API?

fengju0213 avatar Mar 28 '25 08:03 fengju0213

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, are you using the official API?

Yes.

MuggleJinx avatar Mar 28 '25 09:03 MuggleJinx

thanks @MuggleJinx and sorry for the late reply, I created another PR: https://github.com/camel-ai/camel/pull/2582, feel free to help reviewing the code

Wendong-Fan avatar Jun 09 '25 06:06 Wendong-Fan