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
Describe the bug Failed to calculate metrics due to exception: unsupported operand type(s) for +: 'int' and 'dict'
This happens when using Azure OpenAI connection in a Python code.
This error is affecting grouping calls in Application Insights in Azure, and we are unable to see the flow of the request.
How To Reproduce the bug
Expected behavior No warnings.
Running Information(please complete the following information):
pf -v
python --version
The text was updated successfully, but these errors were encountered:
I have raised a PR #3911
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Failed to calculate metrics due to exception: unsupported operand type(s) for +: 'int' and 'dict'
This happens when using Azure OpenAI connection in a Python code.
This error is affecting grouping calls in Application Insights in Azure, and we are unable to see the flow of the request.
How To Reproduce the bug
Expected behavior
No warnings.
Running Information(please complete the following information):
pf -v
: 1.17.0python --version
: 3.10.15The text was updated successfully, but these errors were encountered: