( t *testing.T, mockConn *agentconnmock.MockAgentConn, storeFile chattool.StoreFileFunc, )
| 599 | } |
| 600 | |
| 601 | func newProposePlanTool( |
| 602 | t *testing.T, |
| 603 | mockConn *agentconnmock.MockAgentConn, |
| 604 | storeFile chattool.StoreFileFunc, |
| 605 | ) fantasy.AgentTool { |
| 606 | t.Helper() |
| 607 | return newProposePlanToolWithPlanPath(t, mockConn, storeFile, nil) |
| 608 | } |
| 609 | |
| 610 | func newProposePlanToolWithPlanPath( |
| 611 | t *testing.T, |
no test coverage detected