DappierToolkit
init
search_real_time_data
am_01j06ytn18ejftedz6dyhz2b15
: Access real-time Google web search results, including the latest news, weather updates, travel details, deals, and more.am_01j749h8pbf7ns8r1bq9s2evrh
: Access real-time financial news, stock prices, and trades from polygon.io, with AI-powered insights and up-to-the-minute updates.
- query (str): The user-provided query. Examples include: - “How is the weather today in Austin, TX?” - “What is the latest news for Meta?” - “What is the stock price for AAPL?”
- ai_model_id (str, optional): The AI model ID to use for the query. The AI model ID always starts with the prefix “am_”. (default:
am_01j06ytn18ejftedz6dyhz2b15
)
get_ai_recommendations
dm_01j0pb465keqmatq9k83dthx34
: Real-time news, updates, and personalized content from top sports sources such as Sportsnaut, Forever Blueshirts, Minnesota Sports Fan, LAFB Network, Bounding Into Sports, and Ringside Intel.dm_01j0q82s4bfjmsqkhs3ywm3x6y
: Real-time updates, analysis, and personalized content from top sources like The Mix, Snipdaily, Nerdable, and Familyproof.
- query (str): The user query for retrieving recommendations.
- data_model_id (str, optional): The data model ID to use for recommendations. Data model IDs always start with the prefix “dm_”. (default: :obj:
dm_01j0pb465keqmatq9k83dthx34
) - similarity_top_k (int, optional): The number of top documents to retrieve based on similarity. (default: :obj:
9
) - ref (Optional[str], optional): The site domain where AI recommendations should be displayed. (default: :obj:
None
) - num_articles_ref (int, optional): The minimum number of articles to return from the specified reference domain (
ref
). The remaining articles will come from other sites in the RAG model. (default: :obj:0
) search_algorithm (Literal[ “most_recent”, “semantic”, “most_recent_semantic”, “trending”, ], optional): The search algorithm to use for retrieving articles. (default: :obj:most_recent
)