DeepBI icon indicating copy to clipboard operation
DeepBI copied to clipboard

Inputting a prompt with English double quotes results in an error, but normal input is fine!

Open LambPurple opened this issue 1 year ago • 1 comments

This is the output log:

Admin(to select_analysis_assistant):
"Visualize the registration rate and conversion rate for each day, where the registration rate is the number of registrations for the day divided by the highest daily registration number across all days." --------------------------------------------------------------------------------
select_analysis_assistant(to Admin):
***** Suggested function Call: task_generate_echart ***** Arguments: {"qustion_message":""Visualize the registration rate and conversion rate for each day, where the registration rate is the number of registrations for the day divided by the highest daily registration number across all days.""} ********************************************************* --------------------------------------------------------------------------------
Admin(to select_analysis_assistant):
***** Response from calling function "task_generate_echart" ***** Error: Expecting ',' delimiter: line 1 column 22 (char 21) You argument should follow json format.***************************************************************** --------------------------------------------------------------------------------
select_analysis_assistant(to Admin):
Error: Expecting ',' delimiter: line 1 column 22 (char 21) You argument should follow json format. --------------------------------------------------------------------------------

LambPurple avatar May 23 '24 04:05 LambPurple

问题中不能包含引号,可以包含中文引号,因为我看源码中有将问题拼接字符的代码 image

PoetryAndTheDistance avatar Sep 06 '24 10:09 PoetryAndTheDistance