We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cc80e7f + 17af169 commit 3fdbeffCopy full SHA for 3fdbeff
1 file changed
sdk/agentserver/azure-ai-agentserver-core/azure/ai/agentserver/core/durable/_client.py
@@ -331,7 +331,7 @@ def _build_default_policies(
331
"""
332
return [
333
RequestIdPolicy(),
334
- HeadersPolicy(),
+ HeadersPolicy(base_headers={"Foundry-Features": "Routines=V1Preview"}),
335
UserAgentPolicy(base_user_agent=_USER_AGENT),
336
# Retry on 5xx and the standard transient HTTP statuses; 409
337
# is explicitly NOT in retry_on_status_codes (FR-030) because
0 commit comments