Update Flex endpoint

This commit is contained in:
github-action[bot]
2025-11-23 17:02:53 +00:00
parent 8dcd1cfee1
commit 9ff24b4ed8
4 changed files with 58 additions and 0 deletions
+1
View File
@@ -33,6 +33,7 @@ Additional recipes can be found on the [Contrib Recipes Repository](https://gith
| [sensiolabs/security-checker](https://packagist.org/packages/sensiolabs/security-checker) | [4.0](sensiolabs/security-checker/4.0) | `sec-check`, `sec-checker`, `sec-checks`, `seccheck`, `secchecker`, `secchecks`, `security-check`, `security-checker`, `securitycheck`, `securitychecker` |
| [symfony/aha-send-mailer](https://packagist.org/packages/symfony/aha-send-mailer) | [7.2](symfony/aha-send-mailer/7.2) | `aha-send-mailer`, `ahasendmailer` |
| [symfony/ai-bundle](https://packagist.org/packages/symfony/ai-bundle) | [0.1](symfony/ai-bundle/0.1) | `ai`, `ai-bundle`, `aibundle` |
| [symfony/ai-open-meteo-tool](https://packagist.org/packages/symfony/ai-open-meteo-tool) | [0.1](symfony/ai-open-meteo-tool/0.1) | `ai-open-meteo-tool`, `aiopenmeteotool` |
| [symfony/ai-serp-api-tool](https://packagist.org/packages/symfony/ai-serp-api-tool) | [0.1](symfony/ai-serp-api-tool/0.1) | `ai-serp-api-tool`, `aiserpapitool` |
| [symfony/all-my-sms-notifier](https://packagist.org/packages/symfony/all-my-sms-notifier) | [5.3](symfony/all-my-sms-notifier/5.3) | `all-my-sms-notifier` |
| [symfony/allmysms-notifier](https://packagist.org/packages/symfony/allmysms-notifier) | [5.3](symfony/allmysms-notifier/5.3) | `allmysms-notifier`, `allmysmsnotifier` |
@@ -0,0 +1,26 @@
{
"manifests": {
"symfony/ai-open-meteo-tool": {
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/ai_open_meteo_tool.yaml": {
"contents": [
"services:",
" _defaults:",
" autowire: true",
" autoconfigure: true",
"",
" Symfony\\AI\\Agent\\Bridge\\OpenMeteo\\OpenMeteo: null",
""
],
"executable": false
}
},
"ref": "b218c1f757206805bcaeb3703c1215bfcd5ff8d0"
}
}
}
+5
View File
@@ -10,8 +10,10 @@
"ahasendmailer": "symfony/aha-send-mailer",
"ai": "symfony/ai-bundle",
"ai-bundle": "symfony/ai-bundle",
"ai-open-meteo-tool": "symfony/ai-open-meteo-tool",
"ai-serp-api-tool": "symfony/ai-serp-api-tool",
"aibundle": "symfony/ai-bundle",
"aiopenmeteotool": "symfony/ai-open-meteo-tool",
"aiserpapitool": "symfony/ai-serp-api-tool",
"alice": "hautelook/alice-bundle",
"all-my-sms-notifier": "symfony/all-my-sms-notifier",
@@ -669,6 +671,9 @@
"symfony/ai-bundle": [
"0.1"
],
"symfony/ai-open-meteo-tool": [
"0.1"
],
"symfony/ai-serp-api-tool": [
"0.1"
],
+26
View File
@@ -0,0 +1,26 @@
{
"manifests": {
"symfony/ai-open-meteo-tool": {
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/ai_open_meteo_tool.yaml": {
"contents": [
"services:",
" _defaults:",
" autowire: true",
" autoconfigure: true",
"",
" Symfony\\AI\\Agent\\Bridge\\OpenMeteo\\OpenMeteo: null",
""
],
"executable": false
}
},
"ref": "b218c1f757206805bcaeb3703c1215bfcd5ff8d0"
}
}
}