Back to Prompt Library
implementation
Complex Workflow Orchestration
Inspect the original prompt language first, then copy or adapt it once you know how it fits your workflow.
Linked challenge: Intelligent Hospitality Agent for Personalized Guest Services
Format
Text-first
Lines
1
Sections
1
Linked challenge
Intelligent Hospitality Agent for Personalized Guest Services
Prompt source
Original prompt text with formatting preserved for inspection.
1 lines
1 sections
No variables
0 checklist items
Implement a scenario where the agent needs to handle a complex guest request, such as 'I'd like to extend my stay by two nights, and also arrange for a late checkout and an airport shuttle.' The agent should sequentially use multiple tools (e.g., check room availability, modify booking, schedule transport) and leverage memory from Milvus. Demonstrate the agent's thought process and tool calls as traced by Langfuse.
Adaptation plan
Keep the source stable, then change the prompt in a predictable order so the next run is easier to evaluate.
Keep stable
Hold the task contract and output shape stable so generated implementations remain comparable.
Tune next
Update libraries, interfaces, and environment assumptions to match the stack you actually run.
Verify after
Test failure handling, edge cases, and any code paths that depend on hidden context or secrets.