(input)
| 28 | })); |
| 29 | }, |
| 30 | async observeApp(input) { |
| 31 | const result = scenario.execute( |
| 32 | canonicalizeSyntheticComputerArgs({ |
| 33 | action: 'observe', |
| 34 | app: input.app, |
| 35 | window_id: input.windowId, |
| 36 | }), |
| 37 | ); |
| 38 | return toRuntimeObservation(result); |
| 39 | }, |
| 40 | async runSemantic(action) { |
| 41 | if (action.type !== 'set_value') { |
| 42 | return { |
nothing calls this directly
no test coverage detected