You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(tracing): add getattr checks for safety in google-adk integration (#14724)
## Description
Fixes bug where `model` attribute isn't available. Adds getattr to be
safer and not cause errors.
## Testing
<!-- Describe your testing strategy or note what tests are included -->
## Risks
<!-- Note any risks associated with this change, or "None" if no risks
-->
## Additional Notes
<!-- Any other information that would be helpful for reviewers -->
---------
Co-authored-by: Sam Brenner <106700075+sabrenner@users.noreply.github.com>
google-adk: Fixes an ``AttributeError`` that could occur when tracing Google ADK agent runs, due to the agent ``model`` attribute not being defined for
0 commit comments