- 3 → 1 llamada API por mensaje (-66,6% de costo) - Métodos GetIntentAsync y UpdateConversationSummaryAsync eliminados - Prompt unificado con respuesta JSON estructurada
19 lines
414 B
JSON
19 lines
414 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"Gemini": {
|
|
"GeminiApiUrl": "https://generativelanguage.googleapis.com/v1beta/models/gemini-2.5-flash-lite:streamGenerateContent?alt=sse&key=",
|
|
"GeminiApiKey": ""
|
|
},
|
|
"ConnectionStrings": {},
|
|
"Jwt": {
|
|
"Key": "",
|
|
"Issuer": "",
|
|
"Audience": ""
|
|
}
|
|
} |