Inspect Object
inspectInspect a visible object by its target ID to retrieve clues and valid interaction IDs without altering the virtual world state.
Instructions
Inspect one visible object by targetId. Returns clues and valid interaction IDs without changing virtual world state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| runId | Yes | Opaque run ID returned by start_run. | |
| targetId | Yes | ID of an object returned by the latest look result. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| code | No | ||
| data | Yes | ||
| runId | No | ||
| score | No | ||
| events | Yes | ||
| status | No | ||
| message | Yes | ||
| eventSeq | No | ||
| retryable | No | ||
| stateHash | No | ||
| recoveryHint | No | ||
| stateVersion | No | ||
| correlationId | No |