Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FSoft-AI4Code/HyperAgent
/ react_exec_prompt_message
Function
react_exec_prompt_message
src/hyperagent/prompts/utils.py:145–147 ·
view source on GitHub ↗
(content)
Source
from the content-addressed store, hash-verified
143
return
ReAct_prompt.format(input=request)
144
145
def
react_exec_prompt_message(content):
146
request = content.split(
"Subgoal:"
)[-1]
147
return
Exec_ReAct_prompt.format(input=request)
Callers
1
load_agent_executor
Function · 0.90
Calls
1
format
Method · 0.80
Tested by
no test coverage detected