这是indexloc提供的服务,不要输入任何密码
Skip to content

[BUG]:chapter6 /communication.ipynb #99

@aesdhj

Description

@aesdhj

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

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions