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
Getting a lot of errors with new SCRAPI 1.12.3 released today that I didn't have with 1.12.2
When running run_query_and_eval method, getting an error in Computing ToolActionMatch
[/usr/local/lib/python3.10/dist-packages/dfcx_scrapi/tools/metrics.py](https://localhost:8080/#) in __call__(self, inputs) 166 tool_action_match = self.text_match.score( 167 reference=inputs["tool_action"], --> 168 prediction=inputs["res_tool_action"] 169 ) 170 KeyError: 'res_tool_action'
N/A
Will share bot and conversations separately
The text was updated successfully, but these errors were encountered:
kmaphoenix
Successfully merging a pull request may close this issue.
Expected Behavior
Getting a lot of errors with new SCRAPI 1.12.3 released today that I didn't have with 1.12.2
Current Behavior
When running run_query_and_eval method, getting an error in Computing ToolActionMatch
Possible Solution
N/A
Steps to Reproduce
Will share bot and conversations separately
The text was updated successfully, but these errors were encountered: