feat:新增投顾agent和nl2sqlagent
This commit is contained in:
@@ -169,7 +169,7 @@ class AdvisorAgentClient:
|
||||
) -> dict:
|
||||
return await self._request(
|
||||
"POST", f"/draft/{draft_id}/operate", auth_header=auth_header,
|
||||
trace_id=trace_id, json={"action": action},
|
||||
trace_id=trace_id, json={"operation": action},
|
||||
)
|
||||
|
||||
async def rebalance_run(
|
||||
|
||||
Reference in New Issue
Block a user