fakeToolSet is a minimal ToolSet used to assert wrapper behaviour.
| 12 | |
| 13 | // fakeToolSet is a minimal ToolSet used to assert wrapper behaviour. |
| 14 | type fakeToolSet struct{} |
| 15 | |
| 16 | func (fakeToolSet) Tools(context.Context) ([]tools.Tool, error) { return nil, nil } |
| 17 | func (fakeToolSet) Instructions() string { return "" } |
nothing calls this directly
no outgoing calls
no test coverage detected