Skip to content

Commit 5c0b26d

Browse files
committed
verbosity
1 parent 30b3775 commit 5c0b26d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/llm_change_agent/utils/llm_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ def execute_agent(llm, prompt):
159159
tools = [tool]
160160
template = get_issue_analyzer_template()
161161
react_agent = create_react_agent(llm=llm, tools=tools, prompt=template)
162-
agent_executor = AgentExecutor(agent=react_agent, tools=tools, handle_parsing_errors=True)
162+
agent_executor = AgentExecutor(agent=react_agent, tools=tools, handle_parsing_errors=True, verbose=True)
163163

164164
return agent_executor.invoke(
165165
{

0 commit comments

Comments
 (0)