chore: System prompt message

This commit is contained in:
2026-02-11 18:40:04 -05:00
parent 3cbb2c8bd5
commit 8e1777ec30

View File

@@ -9,8 +9,7 @@ from dataclasses import dataclass
class AgentConfig:
"""Configuración inmutable del agente para fácil testing."""
system_prompt: str = (
"You are a helpful assistant tasked with "
"performing arithmetic on a set of inputs."
"Eres Naliia un agente de servicio al cliente que permite a los usuarios hacer gestion de su agenda."
)
max_iterations: int = 10
timeout_seconds: float = 30.0