We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
33e5e5d
v0.15.1
No response
This parameter is an integer, but what is received by the HTTP request is a string segmented by letters.
I guess there is a problem with this line.
ragflow/agent/component/invoke.py
Line 60 in fe27975
Agent -> invoke componets -> add a parameter in long type -> run
The text was updated successfully, but these errors were encountered:
Fixed invoke component parameters #4236 (#4237)
9fa7377
### What problem does this PR solve? to fixed issue #4236 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
No branches or pull requests
Is there an existing issue for the same bug?
RAGFlow workspace code commit ID
33e5e5d
RAGFlow image version
v0.15.1
Other environment information
No response
Actual behavior
This parameter is an integer, but what is received by the HTTP request is a string segmented by letters.
I guess there is a problem with this line.
ragflow/agent/component/invoke.py
Line 60 in fe27975
Expected behavior
No response
Steps to reproduce
Additional information
No response
The text was updated successfully, but these errors were encountered: