Update Flex endpoint

This commit is contained in:
github-action[bot]
2025-11-25 07:25:25 +00:00
parent 15a3e97d63
commit 6eb88e3c4c
10 changed files with 232 additions and 0 deletions
@@ -0,0 +1,26 @@
{
"manifests": {
"symfony/ai-clock-tool": {
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/ai_clock_tool.yaml": {
"contents": [
"services:",
" _defaults:",
" autowire: true",
" autoconfigure: true",
"",
" Symfony\\AI\\Agent\\Bridge\\Clock\\Clock: null",
""
],
"executable": false
}
},
"ref": "c17a3fe7b1301a5db970c9b0a91ab57ad7da2cd0"
}
}
}
@@ -0,0 +1,26 @@
{
"manifests": {
"symfony/ai-scraper-tool": {
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/ai_scraper_tool.yaml": {
"contents": [
"services:",
" _defaults:",
" autowire: true",
" autoconfigure: true",
"",
" Symfony\\AI\\Agent\\Bridge\\Scraper\\Scraper: null",
""
],
"executable": false
}
},
"ref": "d5835512c629bb436e7d9c5f82156d0f03ff6e36"
}
}
}
@@ -0,0 +1,26 @@
{
"manifests": {
"symfony/ai-wikipedia-tool": {
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/ai_wikipedia_tool.yaml": {
"contents": [
"services:",
" _defaults:",
" autowire: true",
" autoconfigure: true",
"",
" Symfony\\AI\\Agent\\Bridge\\Wikipedia\\Wikipedia: null",
""
],
"executable": false
}
},
"ref": "56c57f9b4a7a2353bdc6df287944722c09f414b2"
}
}
}
@@ -0,0 +1,26 @@
{
"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"
}
}
}