From 932537a037c9f2a6820c42e81c82b5f6f3c310f1 Mon Sep 17 00:00:00 2001 From: Brandon Hancock Date: Tue, 21 Jan 2025 10:13:52 -0500 Subject: [PATCH] add version number --- docs/concepts/cli.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/cli.mdx b/docs/concepts/cli.mdx index 4859b3cfd..19482e428 100644 --- a/docs/concepts/cli.mdx +++ b/docs/concepts/cli.mdx @@ -149,7 +149,7 @@ Some commands may require additional configuration or setup within your project ### 9. Chat -When you run the `crewai chat` command, you start an interactive session with your crew. The AI assistant will guide you by asking for necessary inputs to execute the crew. Once all inputs are provided, the crew will execute its tasks. +Starting in version `0.98.0`, when you run the `crewai chat` command, you start an interactive session with your crew. The AI assistant will guide you by asking for necessary inputs to execute the crew. Once all inputs are provided, the crew will execute its tasks. After receiving the results, you can continue interacting with the assistant for further instructions or questions.