DAPPIER_API_KEY
— Your Dappier API Key (from Dappier)pip install "meshagent[all]"
Tool Name | Short Description |
---|---|
dappier_ai_recommendations | Fetch AI-powered recommendations from Dappier by processing the provided query with a selected data model that tailors results to specific interests. |
dappier_real_time_search | Retrieve real-time search data from Dappier by processing an AI model that supports two key capabilities: - Real-Time Web Search: Access the latest news, stock market data, weather, travel information, deals, and more using model am_01j06ytn18ejftedz6dyhz2b15 . |
dappier_ai_recommendations
Name | Type | Description |
---|---|---|
data_model_id | string | The data model ID to use for recommendations (see above for options). |
query | string | The user’s question or search phrase. |
num_articles_ref | integer | (Optional) Minimum number of articles to return from the reference domain. |
ref | string | (Optional) Site domain to prioritize recommendations. |
search_algorithm | string | (Optional) Search algorithm for retrieving articles. |
similarity_top_k | integer | (Optional) Number of top semantic-similarity matches to retrieve. |
dappier_real_time_search
am_01j06ytn18ejftedz6dyhz2b15
.am_01j749h8pbf7ns8r1bq9s2evrh
.Name | Type | Description |
---|---|---|
ai_model_id | string | The AI model ID to use (am_01j06ytn18ejftedz6dyhz2b15 for general, am_01j749h8pbf7ns8r1bq9s2evrh for stocks). |
query | string | Search query for real-time information. |