Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/agents/models/apigee.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ Integrate Apigee's governance into your agent's workflow by instantiating the
# The proxy URL of your deployed Apigee proxy including the base path
proxy_url=f"https://{APIGEE_PROXY_URL}",
# Pass necessary authentication/authorization headers (like an API key)
custom_headers={"foo": "bar"}
custom_headers={"foo": "bar"},
# Optional: Pass google-auth credentials if the proxy requires additional OAuth scopes
# credentials=my_credentials
)

# Pass the configured model wrapper to your LlmAgent
Expand Down
Loading