mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-28 01:28:14 +00:00
everything is working for conversation now
This commit is contained in:
@@ -4,9 +4,6 @@ from typing import Optional, Tuple
|
||||
|
||||
import click
|
||||
|
||||
from crewai import (
|
||||
Crew, # We'll assume a direct import of the Crew class or import from .somewhere
|
||||
)
|
||||
from crewai.cli.add_crew_to_flow import add_crew_to_flow
|
||||
from crewai.cli.create_crew import create_crew
|
||||
from crewai.cli.create_flow import create_flow
|
||||
@@ -354,6 +351,7 @@ def chat():
|
||||
Start a conversation with the Crew, collecting user-supplied inputs,
|
||||
and using the Chat LLM to generate responses.
|
||||
"""
|
||||
click.echo("Starting a conversation with the Crew")
|
||||
run_chat()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user