mirror of
https://github.com/symfony/recipes.git
synced 2026-09-17 18:16:34 +03:00
27 lines
825 B
JSON
27 lines
825 B
JSON
{
|
|
"manifests": {
|
|
"symfony/ai-youtube-tool": {
|
|
"manifest": {
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/ai_youtube_tool.yaml": {
|
|
"contents": [
|
|
"services:",
|
|
" _defaults:",
|
|
" autowire: true",
|
|
" autoconfigure: true",
|
|
"",
|
|
" Symfony\\AI\\Agent\\Bridge\\YouTube\\YouTubeTranscriber: null",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "848efaef696b0882232c007b56109a4f971d176d"
|
|
}
|
|
}
|
|
}
|