From 321506fcd1d5e40bfd27fa1dc2b8bae83b457944 Mon Sep 17 00:00:00 2001 From: Surav Shrestha Date: Tue, 17 Oct 2023 07:55:40 +0545 Subject: [PATCH] fix typos in cookbook/sales_agent_with_context.ipynb (#11790) I have fixed some typos in file `cookbook/sales_agent_with_context.ipynb`. I kindly request the repo maintainers to review and merge it. Thanks! --- cookbook/sales_agent_with_context.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cookbook/sales_agent_with_context.ipynb b/cookbook/sales_agent_with_context.ipynb index 409e9190319..e4a0d1ceed3 100644 --- a/cookbook/sales_agent_with_context.ipynb +++ b/cookbook/sales_agent_with_context.ipynb @@ -12,7 +12,7 @@ "\n", "SalesGPT is context-aware, which means it can understand what section of a sales conversation it is in and act accordingly.\n", " \n", - "As such, this agent can have a natural sales conversation with a prospect and behaves based on the conversation stage. Hence, this notebook demonstrates how we can use AI to automate sales development representatives activites, such as outbound sales calls. \n", + "As such, this agent can have a natural sales conversation with a prospect and behaves based on the conversation stage. Hence, this notebook demonstrates how we can use AI to automate sales development representatives activities, such as outbound sales calls. \n", "\n", "Additionally, the AI Sales agent has access to tools, which allow it to interact with other systems.\n", "\n", @@ -150,7 +150,7 @@ " {conversation_history}\n", " ===\n", "\n", - " Now determine what should be the next immediate conversation stage for the agent in the sales conversation by selecting ony from the following options:\n", + " Now determine what should be the next immediate conversation stage for the agent in the sales conversation by selecting only from the following options:\n", " 1. Introduction: Start the conversation by introducing yourself and your company. Be polite and respectful while keeping the tone of the conversation professional.\n", " 2. Qualification: Qualify the prospect by confirming if they are the right person to talk to regarding your product/service. Ensure that they have the authority to make purchasing decisions.\n", " 3. Value proposition: Briefly explain how your product/service can benefit the prospect. Focus on the unique selling points and value proposition of your product/service that sets it apart from competitors.\n", @@ -277,7 +277,7 @@ " \n", " ===\n", "\n", - " Now determine what should be the next immediate conversation stage for the agent in the sales conversation by selecting ony from the following options:\n", + " Now determine what should be the next immediate conversation stage for the agent in the sales conversation by selecting only from the following options:\n", " 1. Introduction: Start the conversation by introducing yourself and your company. Be polite and respectful while keeping the tone of the conversation professional.\n", " 2. Qualification: Qualify the prospect by confirming if they are the right person to talk to regarding your product/service. Ensure that they have the authority to make purchasing decisions.\n", " 3. Value proposition: Briefly explain how your product/service can benefit the prospect. Focus on the unique selling points and value proposition of your product/service that sets it apart from competitors.\n",