DeepBI
DeepBI copied to clipboard
Inputting a prompt with English double quotes results in an error, but normal input is fine!
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. --------------------------------------------------------------------------------
问题中不能包含引号,可以包含中文引号,因为我看源码中有将问题拼接字符的代码