mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
Remove hardcoded toolbox version num
This commit is contained in:
committed by
eavanvalkenburg
Unverified
parent
5b59954b48
commit
f6d5c7977b
+1
-1
@@ -28,7 +28,7 @@ def resolve_toolbox_endpoint() -> str:
|
||||
return endpoint
|
||||
project_endpoint = os.environ["FOUNDRY_PROJECT_ENDPOINT"].rstrip("/")
|
||||
toolbox_name = os.environ["TOOLBOX_NAME"]
|
||||
return f"{project_endpoint}/toolboxes/{toolbox_name}/versions/29/mcp?api-version=v1"
|
||||
return f"{project_endpoint}/toolboxes/{toolbox_name}/mcp?api-version=v1"
|
||||
|
||||
|
||||
class ToolboxAuth(httpx.Auth):
|
||||
|
||||
Reference in New Issue
Block a user