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.