(_ context.Context, _ map[string]any)
| 87 | |
| 88 | func (f *fakeFileReadProvider) Tool() tool.Tool { return tool.FileRead } |
| 89 | func (f *fakeFileReadProvider) Execute(_ context.Context, _ map[string]any) (string, error) { |
| 90 | return f.result, nil |
| 91 | } |
| 92 | |
| 93 | func newTestDeps(client llm.LLMClient) Deps { |
| 94 | reg := tool.NewRegistry() |
nothing calls this directly
no outgoing calls
no test coverage detected