We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44468f6 commit a50a0c9Copy full SHA for a50a0c9
agentic-backend/agentic_backend/common/kf_workspace_client.py
@@ -90,7 +90,6 @@ def _path_user_upload() -> str:
90
91
@staticmethod
92
def _path_agent_config_download(agent_id: str, key: str) -> str:
93
- logical_key = (key or "").strip().replace("\\", "/").split("/")[-1]
94
return f"/storage/agent-config/{agent_id}/{logical_key}"
95
96
0 commit comments