MCPcopy
hub / github.com/smallfawn/QLScriptPublic / check_ai_agent_result

Method check_ai_agent_result

tianyi.py:404–410  ·  view source on GitHub ↗
(self, mobile: str, task_id: str)

Source from the content-addressed store, hash-verified

402 return self.request_encrypted("/hapi/en/api", params)
403
404 def check_ai_agent_result(self, mobile: str, task_id: str) -> dict:
405 params = {
406 "apiName": "diy/AiAgentChatApi/checkAiAgentResult",
407 "mobile": mobile,
408 "taskId": task_id
409 }
410 return self.request_encrypted("/hapi/en/api", params)
411
412 def query_person_tasks(self, mobile: str, activity_id: str = "ai090") -> dict:
413 params = {

Callers 1

process_new_year_lotteryFunction · 0.95

Calls 1

request_encryptedMethod · 0.95

Tested by

no test coverage detected