Parse LLM Output (Deprecated)
Deprecated, use parseModelTextOutput instead
modelstring
The model to parse the input for
Value in
"ui-tars" | "seed" | "oai-compute-use"
textContentstring
The text content to parse
Response Body
{
"actions": [
{
"callId": "string",
"type": "mouse:click",
"x": {
"type": "px",
"value": 0
},
"y": {
"type": "px",
"value": 0
},
"button": 0,
"holdKey": "string"
}
],
"unknown": "string",
"memory": "string",
"thoughts": "string"
}