Skip to content
Snippets Groups Projects
Commit 961630f7 authored by timothycarambat's avatar timothycarambat
Browse files

fix example call param

parent 96c658b9
Branches
Tags
No related merge requests found
......@@ -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: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment