Skip to content

Commit cc9d27e

Browse files
committed
fix agent stub
1 parent 2f8700a commit cc9d27e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/Make/Stubs/agent.stub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ use NeuronAI\Agent\SystemPrompt;
99
use NeuronAI\Providers\AIProviderInterface;
1010
use NeuronAI\Providers\Anthropic;
1111
use NeuronAI\Tools\ToolInterface;
12-
use NeuronAI\Tools\ToolkitInterface;
12+
use NeuronAI\Tools\Toolkits\ToolkitInterface;
1313

1414
class [classname] extends Agent
1515
{

0 commit comments

Comments
 (0)