Back to Prompt Library
implementation

Milvus Integration for Guest Memory

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
Code-aware
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
Design a memory system for your agent using Milvus to store and retrieve guest profiles and past interaction history. Create a Python component that can embed guest data (e.g., preferences, past requests) and store it in Milvus. Implement a retrieval function that the agent can call (as a custom tool) to query Milvus for relevant guest information based on the current conversation context. Demonstrate how the agent uses this tool to personalize responses.

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.