We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25b9e49 commit 4738084Copy full SHA for 4738084
sonar-use-cases/research_finder/research_finder.py
@@ -10,8 +10,8 @@
10
from typing import Optional, Dict, Any # Added imports
11
12
def research_topic(query: str, model: str):
13
- """Placeholder for research function."""
14
- print(f"Researching: '{query}' using model '{model}'...")
+ """Placeholder for research function."""
+ print(f"Researching: '{query}' using model '{model}'...")
15
# TODO: Implement API call
16
return {"summary": "Placeholder summary", "sources": ["placeholder source"]}
17
0 commit comments