Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
LambPurple opened this issue May 23, 2024 · 1 comment

Comments

@LambPurple
Copy link
Collaborator

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. --------------------------------------------------------------------------------
@PoetryAndTheDistance
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants