mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2024-11-11 01:10:11 +01:00
fix example call param
This commit is contained in:
parent
96c658b9ab
commit
961630f7d5
@ -20,11 +20,11 @@ const webScraping = {
|
|||||||
examples: [
|
examples: [
|
||||||
{
|
{
|
||||||
prompt: "What is useanything.com about?",
|
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",
|
prompt: "Scrape https://example.com",
|
||||||
call: JSON.stringify({ uri: "https://example.com" }),
|
call: JSON.stringify({ url: "https://example.com" }),
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
parameters: {
|
parameters: {
|
||||||
|
Loading…
Reference in New Issue
Block a user