MCPcopy Create free account
hub / github.com/apache/maka / captureObservation

Function captureObservation

scripts/computer-use/runtime-model.mjs:61–70  ·  view source on GitHub ↗
(input)

Source from the content-addressed store, hash-verified

59 };
60 },
61 async captureObservation(input) {
62 return toRuntimeObservation(
63 scenario.execute({
64 action: 'observe',
65 app: input.app,
66 window_id: input.windowId,
67 include_screenshot: true,
68 }),
69 );
70 },
71 async run(action) {
72 return {
73 outcome: {

Callers

nothing calls this directly

Calls 2

toRuntimeObservationFunction · 0.85
executeMethod · 0.65

Tested by

no test coverage detected