feat(ctx): _build_ctx补org_id——能力工具handler可取当前用户机构(供应商自动归属需要)

This commit is contained in:
ymq 2026-09-03 16:22:00 +08:00
parent 63d9e00a1e
commit 7596f76605

View File

@ -726,6 +726,7 @@ class AgentExecutor:
return {
"project_id": self.project_id,
"user_id": self.user_id,
"org_id": self.org_id,
"pipeline_id": self.pipeline_id,
"space": self.space,
"workspace_dir": self.workspace_dir,