Lybic Docs

解析 LLM 输出(已弃用)

已弃用,请改用 parseModelTextOutput

POST
/api/computer-use/parse

已弃用,请改用 parseModelTextOutput

Request Body

application/json

model*string

用于解析输入的模型

Value in"ui-tars" | "seed" | "oai-compute-use"
textContent*string

要解析的文本内容

Response Body

application/json

curl -X POST "https://loading/api/computer-use/parse" \  -H "Content-Type: application/json" \  -d '{    "model": "ui-tars",    "textContent": "string"  }'
{
  "actions": [
    {
      "callId": "string",
      "type": "mouse:click",
      "x": {
        "type": "px",
        "value": 0
      },
      "y": {
        "type": "px",
        "value": 0
      },
      "button": 0,
      "holdKey": "string",
      "relative": true
    }
  ],
  "unknown": "string",
  "memory": "string",
  "thoughts": "string"
}