crewAI icon indicating copy to clipboard operation
crewAI copied to clipboard

support for langchain ChatOpenAI

Open ranzhang opened this issue 1 year ago • 0 comments

with this class, we get: InternalServerError: Error code: 500 - 'Stream' object has no attribute 'model_dump'

Need an option to disable stream_runnable within crewai agent, to achieve something similar as:

agent_executor = AgentExecutor( agent=agent, tools=tools, memory=memory, verbose=True, stream_runnable=False )

ranzhang avatar Apr 29 '24 15:04 ranzhang