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
* http_client?: string, // Service ID of the HTTP client to use // Default: "http_client"
171
+
* api_catalog?: bool, // If set, the ElevenLabs API will be used to build the catalog and retrieve models information, using this option leads to additional HTTP calls
166
172
* },
167
173
* gemini?: array{
168
174
* api_key: string,
@@ -236,7 +242,6 @@
236
242
* }>>,
237
243
* agent?: array<string, array{ // Default: []
238
244
* platform?: string, // Service name of platform // Default: "Symfony\\AI\\Platform\\PlatformInterface"
239
-
* track_token_usage?: bool, // Enable tracking of token usage for the agent // Default: true
240
245
* model?: mixed,
241
246
* memory?: mixed, // Memory configuration: string for static memory, or array with "service" key for service reference // Default: null
242
247
* prompt?: string|array{ // The system prompt configuration
0 commit comments