MCPcopy Create free account
hub / github.com/FSoft-AI4Code/HyperAgent / react_prompt_message

Function react_prompt_message

src/hyperagent/prompts/utils.py:141–143  ·  view source on GitHub ↗
(content)

Source from the content-addressed store, hash-verified

139open_file_gen = OpenFileToolForGenerator(repo_dir, language=language)"""
140
141def react_prompt_message(content):
142 request = content.split("Subgoal:")[-1]
143 return ReAct_prompt.format(input=request)
144
145def react_exec_prompt_message(content):
146 request = content.split("Subgoal:")[-1]

Callers 2

load_agent_navigatorFunction · 0.90
load_agent_editorFunction · 0.90

Calls 1

formatMethod · 0.80

Tested by

no test coverage detected