Skip to content

Conversation

kwanUm
Copy link
Collaborator

@kwanUm kwanUm commented Oct 8, 2024

No description provided.

action = re.search(r"Action:[ \t]*(\S*)", m.content)
if not action:
raise MalformedMessageError("Action not emitted.")
if "Observation:" in m.content:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's the assumption here? That Act or ReAct messages won't contain observations?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants