Update ADK doc according to issue #1743 - 5#1750
Conversation
✅ Deploy Preview for adk-docs-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Doc file: docs/agents/models/apigee.md Reasoning: Follow-up:
Conclusion: the current credentials snippet correctly addresses the ability of a producer or a consumer to add and integrate with Google's OAuth and IAM systems by optionally accepting google-auth credentials. Simple and precise. Reference: src/google/adk/models/apigee_llm.py Reviewed using: |
5. Support for
credentialsparameter inApigeeLlmDoc file: docs/agents/models/apigee.md
Current state:
Proposed Change:
Reasoning:
The ApigeeLlm python wrapper was updated to accept an optional
credentialsparameter to support passing explicitgoogle-authcredentials (useful when the Apigee proxy requires additional OAuth scopes likeuserinfo.emailfor caller identification).Reference: src/google/adk/models/apigee_llm.py