UPDATE int-layer 25-Ago

This commit is contained in:
PAVEL PALMA
2025-08-26 00:43:44 -06:00
parent 404f152097
commit 2a72bf9550
27 changed files with 785 additions and 336 deletions

View File

@@ -59,4 +59,9 @@ messagefilter.geminimodel=gemini-2.0-flash-001
messagefilter.temperature=0.1f
messagefilter.maxOutputTokens=800
messagefilter.topP= 0.1f
messagefilter.prompt=prompts/message_filter_prompt.txt
messagefilter.prompt=prompts/message_filter_prompt.txt
# =========================================================
# (DLP) Configuration
# =========================================================
google.cloud.dlp.dlpTemplateCompleteFlow=IMC_INSPECT_USC
google.cloud.dlp.dlpTemplatePersistFlow=IMC_INSPECT_NAME

View File

@@ -1 +1 @@
spring.profiles.active=dev
spring.profiles.active=dev

View File

@@ -1,4 +1,15 @@
{
"titulo": "Payment History",
"descripcion": "View your recent payments"
}
"header": "preguntas sobre pagos",
"preguntas": [
{
"titulo": "Donde veo mi historial de pagos?",
"descripcion": "View your recent payments",
"respuesta": "puedes visualizar esto en la opcion X de tu app"
},
{
"titulo": "Pregunta servicio A",
"descripcion": "descripcion servicio A",
"respuesta": "puedes ver info de servicio A en tu app"
}
]
}