Xiaotian Jin
Xiaotian Jin
for workflow_meta data, do we need to define it formally? maybe include time, and version etc, to keep track of the changing history
@lightaime, Hi Guohao, this is the draft PR I extend #2144, add the `to_mcp` method in ChatAgent module. It can work finally, but I found this approach is not good...
Thanks @Charmnut, it looks like the timeout is not properly setting up, from `camel.toolkits.mcp_toolkit.MCPConnectionError: Connection timeout after 30.0s.` I suspect that he 30-second connection timeout might be too short for...
Hi @parthshr370, I think the statements here are not accurate. MCP server can be implement in more languages. ``` There are two approaches to implementing an MCP server: TypeScript with...
I am not sure if it's really necessary to give all details about "Building the SQL MCP Server". I think the main focus of this cookbook is about user using...
> Hello @MuggleJinx i will fix wrt to the comments > > I have my own implementation of the server here so should I just link the server and the...
> > Thanks @GitHoobar! The functionality looks good! However, I think we can directly use the function `client.responses.create` from the openAI SDK instead of implementing using `requests` both for readability...
Hi @yiyiyi0817 , the VLLM model cannot generate the same error since the error it's from the openAI api, right? So bug comes from the openai model? I update the...
The tool call id is usually assigned by openAI api itself, and it can not be over than 40 characters. Is it possible it's first generated by other models? Then...
> thanks @MuggleJinx , there's some conflict need to be resolved Fixed! @Wendong-Fan