You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #71 test: execute multiple subdirectories of examples at once (chr-hertel)
This PR was merged into the main branch.
Discussion
----------
test: execute multiple subdirectories of examples at once
| Q | A
| ------------- | ---
| Bug fix? | no
| New feature? | no
| Docs? | no
| Issues |
| License | MIT
Cherry picking php-llm/llm-chain#378

Commits
-------
75a70d9 test: execute multiple subdirectories of examples at once (#378)
$app = (newSingleCommandApplication('Symfony AI Example Runner'))
22
22
->setDescription('Runs all Symfony AI examples in folder examples/')
23
-
->addArgument('subdirectory', InputArgument::OPTIONAL, 'Subdirectory to run examples from, e.g. "anthropic" or "huggingface".')
23
+
->addArgument('subdirectories', InputArgument::OPTIONAL | InputArgument::IS_ARRAY, 'List of subdirectories to run examples from, e.g. "anthropic" or "huggingface".')
24
24
->addOption('filter', 'f', InputOption::VALUE_REQUIRED, 'Filter examples by name, e.g. "audio" or "toolcall".')
0 commit comments