MCPcopy Create free account
hub / github.com/astercloud/aster / NewMockToolContext

Function NewMockToolContext

pkg/tools/builtin/testutils.go:104–106  ·  view source on GitHub ↗

NewMockToolContext 创建模拟工具上下文

()

Source from the content-addressed store, hash-verified

102
103// NewMockToolContext 创建模拟工具上下文
104func NewMockToolContext() sandbox.Sandbox {
105 return sandbox.NewMockSandbox()
106}
107
108// ExecuteToolWithInput 使用指定输入执行工具
109func ExecuteToolWithInput(t *testing.T, tool tools.Tool, input map[string]any) map[string]any {

Callers 1

ExecuteToolWithInputFunction · 0.85

Calls 1

NewMockSandboxFunction · 0.92

Tested by

no test coverage detected