Hi,I encountered a problem where there is an issue with the streaming return during the function call.
This is a request parameter for a function that will return the correct JSON format when not in streaming mode.
Function call parameter JSON data:
{"content":"请查询 user_id=567454306的人才信息和简历。"}
However, after using streaming, an error occurred.
Function call parameter JSON data is wrong:
{"content:请查询用户ID为567454306的人才信息和简历。"}