MCPcopy
hub / github.com/showlab/computer_use_ootb / replace

Method replace

computer_use_demo/tools/base.py:52–54  ·  view source on GitHub ↗

Returns a new ToolResult with the given fields replaced.

(self, **kwargs)

Source from the content-addressed store, hash-verified

50 )
51
52 def replace(self, **kwargs):
53 """Returns a new ToolResult with the given fields replaced."""
54 return replace(self, **kwargs)
55
56
57class CLIResult(ToolResult):

Callers 4

runMethod · 0.80
str_replaceMethod · 0.80
_format_actor_outputMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected