Skip to content

Support Local LLM on React Agent#92

Open
kwanUm wants to merge 1 commit intomainfrom
9_llmcallop
Open

Support Local LLM on React Agent#92
kwanUm wants to merge 1 commit intomainfrom
9_llmcallop

Conversation

@kwanUm
Copy link
Copy Markdown
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
Copy Markdown
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