mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2025-04-24 05:28:11 +00:00
fix example call param
This commit is contained in:
parent
96c658b9ab
commit
961630f7d5
1 changed files with 2 additions and 2 deletions
|
@ -20,11 +20,11 @@ const webScraping = {
|
|||
examples: [
|
||||
{
|
||||
prompt: "What is useanything.com about?",
|
||||
call: JSON.stringify({ uri: "https://useanything.com" }),
|
||||
call: JSON.stringify({ url: "https://useanything.com" }),
|
||||
},
|
||||
{
|
||||
prompt: "Scrape https://example.com",
|
||||
call: JSON.stringify({ uri: "https://example.com" }),
|
||||
call: JSON.stringify({ url: "https://example.com" }),
|
||||
},
|
||||
],
|
||||
parameters: {
|
||||
|
|
Loading…
Add table
Reference in a new issue