From 214a1ddca574df28cf13f7ee1273fc2b89e70bdf Mon Sep 17 00:00:00 2001 From: Dev Khant Date: Wed, 14 Aug 2024 22:18:45 +0530 Subject: [PATCH] add notebook link in multion page (#1705) --- docs/integrations/multion.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrations/multion.mdx b/docs/integrations/multion.mdx index de05a812..b1b48d5e 100644 --- a/docs/integrations/multion.mdx +++ b/docs/integrations/multion.mdx @@ -8,7 +8,7 @@ Build personal browser agent remembers user preferences and automates web tasks. In this guide, we'll explore two examples of creating Browser-based AI Agents: 1. An agent that searches [arxiv.org](https://arxiv.org) for research papers relevant to user's research interests. -2. A travel agent that provides personalized travel information based on user preferences. +2. A travel agent that provides personalized travel information based on user preferences. Refer the [notebook](https://github.com/MULTI-ON/cookbook/blob/main/personalized-travel-agent/mem0_travel_agent.ipynb) for detailed code. ## Setup and Configuration