| Surface | Put this here |
prompt | The task, domain knowledge, constraints, persona, and tool rules |
conversation.prompt | How the exchange should feel: pacing, clarification style, and when to be more or less conversationally active |
123const prompt = `Help the user reconcile an equipment checklist. Ask only for missing information. Confirm ambiguous item names before writing them.`;
12345const conversation = { prompt: `Keep the exchange energetic but concise. Let the user list several related items without repeatedly stopping them. Ask a short clarification when a value is genuinely ambiguous.`, };
prompt. If it changes how the exchange flows, put it in conversation.prompt.