qfrjava
2025-04-09 454a763c6e971d8328c4732ffea8e1501e721011
JAVA/SMTAIServer/src/main/resources/requestmap/java_ai.json
@@ -371,5 +371,17 @@
            ]
         }
      ]
   },
   "llm/call_agent":{"map":{"class":"#SMTJavaAIControl", "method":"chatCallAgent"}, "no_shrio":true,
         "swaggers":[
         {   "tags" : ["AI大模型对话"],
            "title" : "流式调用agent对话",
            "parameters" : [
               {"name":"agent_id", "title":"要调用的agent id", "required":true, "default":"a_019471cdb0667a83956b76ac97283f1c"},
               {"name":"args", "title":"执行时候传入的参数", "required":false}
            ]
         }
      ]
   }
}