Skip to content

Commit b65e151

Browse files
authored
Update finance_langgraph.py
1 parent 9a3c7f8 commit b65e151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

financial-analyst-deepseek/financial-analyst-langgraph/finance_langgraph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def code_result(state: StockAnalysisState):
9595
# Function to be wrapped inside MCP tool
9696
def run_financial_analysis(query):
9797
result = workflow.invoke({"query": query})
98-
result["generated_code"].content
98+
9999
return result["generated_code"].content
100100

101101
if __name__ == "__main__":

0 commit comments

Comments
 (0)