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