-
Notifications
You must be signed in to change notification settings - Fork 483
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
def _give_feedback(state, config: RunnableConfig):
messages = event["messages"] + [("human", reflection_prompt)]
max_messages = config["configurable"].get("max_messages", 20)
....
messages = state["messages"] + [("human", reflection_prompt)], not event["messages"] ,state["messages"] make sense more
if any my mistake, ignore the issue
Steps to reproduce
No response
Expected behavior
No response
Actual behavior
No response
Branch
None
Branch name
No response
Operating System
No response
Dependency management
No response
Python version
No response
LangChain version
No response
LLM Used
No response
Model used
No response
Additional context
No response
Additional context
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working