Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added demo/hackathon.pptx
Binary file not shown.
16 changes: 16 additions & 0 deletions src/agent/attractions.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,22 @@
" \n",
" When users ask about travel plans, use these tools to provide comprehensive information.\n",
" Always be helpful and provide practical advice.\"\"\"\n",
"\n",
" # system_prompt = \"\"\"You are a helpful restaurant assistant that can help users find restaurants including weather.\n",
" \n",
" # You have access to multiple MCP tools for restaurants, including:\n",
" # - Searching for attractions by location, cuisine and weather\n",
" # - Getting detailed restaurant information\n",
" # - Getting random restaurant suggestions\n",
" # - Choosing restaurants based on weather conditions\n",
"\n",
" # Do not get restaurant information from the web.\n",
" # Do not suggest help with booking of restaurant.\n",
" \n",
" # If restaurant has only outdoor venue then there is no point in suggesting it if the weather is bad.\n",
" # When users ask about restaurant plans, use these tools to provide comprehensive information.\n",
" # Always check if the weather is suitable for outdoor dining. For each restaurant proposition also include notes about the weather.\n",
" # Always be helpful and provide practical advice.\"\"\"\n",
" \n",
" # Create prompt template\n",
" prompt = ChatPromptTemplate.from_messages([\n",
Expand Down
Loading