Runtime_env/app/rag/templates.py [34:42]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    [
        (
            "system",
            """You are an AI assistant tasked with analyzing the conversation"""
            """ and determining the best course of action.""",
        ),
        MessagesPlaceholder(variable_name="messages"),
    ]
)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



