Hizbul Bahar
Results
2
issues of
Hizbul Bahar
I am using langgraph `stream_events` and inside tools i am using cohere. ``` from langgraph.prebuilt import create_react_agent async def generate_stream_response(message: str, user: dict, prompt_dict: dict): tools = [search_for_australia, search_for_newzealand] langgraph_agent_executor...
I am using langchain and cohere. It works fine whenever i used invoke with agent executor, but whenever i moved for streaming and using astream_events i got extra data along...