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