| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
…ebb/openai-responses-gen-ai-tool-definitions
…ebb/openai-responses-gen-ai-tool-definitions
…b/openai-agents-tool-definitions
…gents-agent-tool-definitions
…enai-agents-tool-definitions-2
Codecov Results 📊✅ 100310 passed | ⏭️ 7021 skipped | Total: 107331 | Pass Rate: 93.46% | Execution Time: 360m 34s 📊 Comparison with Base Branch
All tests are passing successfully. ✅ Patch coverage is 94.20%. Project has 2511 uncovered lines.
@@ Coverage Diff @@
## main #PR +/-##
==========================================
- Coverage 89.92% 89.89% -0.03%
==========================================
Files 193 193 —
Lines 24766 24832 +66
Branches 8884 8912 +28
==========================================
+ Hits 22268 22321 +53
- Misses 2498 2511 +13
- Partials 1416 1415 -1Generated by Codecov Action |
Sorry, something went wrong.
…ebb/openai-responses-gen-ai-tool-definitions
…b/openai-agents-tool-definitions
…gents-agent-tool-definitions
…enai-agents-tool-overwrite
…enai-agents-tool-overwrite
…nts-tool-definitions-2
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 114f34c. Configure here.
Sorry, something went wrong.
…sentry#6956) Set the attribute with `type`, `name` and `description` fields for function and custom tools, and additionally the `parameters` field for function tools. Only the `type` and `name` fields are recorded for instances of other tool types.
| Back | FazBrowse Home | New Git URL |
Description
Set the attribute according to the schema defined in
https://github.com/getsentry/rfcs/blob/main/text/0153-decoupling-sentrys-generative-ai-conventions-from-open-telemetry.md
Unlike openai, the package uses dataclasses for tool types. Handle each one individually.
Issues
Closes #5767
Closes #6900
Reminders