Adds concierge.* and reservation.* Liquid variables to agent_instructions so Sofia's orchestrator_prompt receives unit persona/knowledge/variables and reservation data resolved from conversation.custom_attributes.current_unit_id. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
10 lines
252 B
Plaintext
10 lines
252 B
Plaintext
# Concierge Context (unit: {{ concierge.unit_name }})
|
|
Persona: {{ concierge.persona_name }}
|
|
|
|
## Base de Conhecimento
|
|
{{ concierge.knowledge }}
|
|
|
|
## Variáveis Disponíveis
|
|
{% for pair in concierge.variables %}- {{ pair[0] }}: {{ pair[1] }}
|
|
{% endfor %}
|