updated nodes metadata

This commit is contained in:
EURAC\marperini 2024-04-08 15:23:23 +02:00
parent dee1a42629
commit a601695fd5

View File

@ -3,6 +3,14 @@ Nodes metadata for the scrapegraphai package.
"""
nodes_metadata = {
"SearchInternetNode": {
"description": "Refactors the user's query into a search query and fetches the search result URLs.",
"type": "node",
"args": {
"user_input": "User's query or question."
},
"returns": "Updated state with the URL of the search result under 'url' key."
},
"FetchNode": {
"description": "Fetches input content from a given URL or file path.",
"type": "node",