Skip to content
This repository was archived by the owner on Jul 16, 2025. It is now read-only.

Commit bf0a893

Browse files
authored
fix: processor var name (#60)
1 parent 3406794 commit bf0a893

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DependencyInjection/LlmChainExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ private function processChainConfig(string $name, array $config, ContainerBuilde
268268
->setAutowired(true)
269269
->setArgument('$systemPrompt', $config['system_prompt']);
270270

271-
$inputProcessor[] = $systemPromptInputProcessorDefinition;
271+
$inputProcessors[] = $systemPromptInputProcessorDefinition;
272272
}
273273

274274
$chainDefinition

0 commit comments

Comments
 (0)