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

Struct mockToolWithAnnotations

pkg/tools/annotations_test.go:169–172  ·  view source on GitHub ↗

mockToolWithAnnotations 带注解的模拟工具

Source from the content-addressed store, hash-verified

167
168// mockToolWithAnnotations 带注解的模拟工具
169type mockToolWithAnnotations struct {
170 name string
171 annotations *ToolAnnotations
172}
173
174func (m *mockToolWithAnnotations) Name() string { return m.name }
175func (m *mockToolWithAnnotations) Description() string { return "mock tool with annotations" }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected