mirror of
https://github.com/open-webui/docs.git
synced 2026-01-02 17:59:41 +07:00
fix: double quote
it is making the example syntactically wrong. Signed-off-by: thiswillbeyourgithub <26625900+thiswillbeyourgithub@users.noreply.github.com>
This commit is contained in:
@@ -304,7 +304,7 @@ async def test_function(
|
||||
"source": title,
|
||||
}
|
||||
],
|
||||
"source": {"name": "Title of the content"", "url": "http://link-to-citation"},
|
||||
"source": {"name": "Title of the content", "url": "http://link-to-citation"},
|
||||
},
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user