chore: System prompt message
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user