MCPcopy Index your code
hub / github.com/coder/coder / desktopAction

Method desktopAction

coderd/x/chatd/chattool/computeruse.go:324–333  ·  view source on GitHub ↗
(
	action string,
	declaredWidth, declaredHeight int,
)

Source from the content-addressed store, hash-verified

322}
323
324func (*computerUseTool) desktopAction(
325 action string,
326 declaredWidth, declaredHeight int,
327) workspacesdk.DesktopAction {
328 return workspacesdk.DesktopAction{
329 Action: action,
330 ScaledWidth: &declaredWidth,
331 ScaledHeight: &declaredHeight,
332 }
333}
334
335func (t *computerUseTool) wait(ctx context.Context, durationMillis int64) {
336 d := durationMillis

Callers 3

runOpenAIComputerUseMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected