From c4478b58d11d7d687acea6fb2c2920731d7fce0f Mon Sep 17 00:00:00 2001 From: Muhammad Adam <118662764+Muhammad-Adam1@users.noreply.github.com> Date: Tue, 22 Oct 2024 19:14:53 +0500 Subject: [PATCH] docs: update library.mdx (#1406) Add 's' in the end of keyword "clarification_question" agent.clarification_question('What is the GDP of the United States?') --- docs/library.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/library.mdx b/docs/library.mdx index 360030817..a1e01097d 100644 --- a/docs/library.mdx +++ b/docs/library.mdx @@ -176,7 +176,7 @@ agent.chat('And which one has the most deals?') An agent will also be able to ask clarification questions if it does not have enough information to answer the query. For example: ```python -agent.clarification_question('What is the GDP of the United States?') +agent.clarification_questions('What is the GDP of the United States?') ``` this will return up to 3 clarification questions that the agent can ask the user to get more information to answer the query.