Browse Source

clean_agent

丁云鹏 1 week ago
parent
commit
2b66f7861b
1 changed files with 5 additions and 2 deletions
  1. 5 2
      agents/clean_agent/agent.py

+ 5 - 2
agents/clean_agent/agent.py

@@ -46,8 +46,11 @@ prompt="""
 ### 输入信息:
 {input}
 
-### 输出:
-如果处理成功返回success,如果处理失败返回failed
+### 输出json格式:
+{
+  "requestId":[请求ID],
+  "status":2
+}
 """
 
 class State(TypedDict):