mirror of
https://github.com/open-webui/docs
synced 2025-06-16 11:28:36 +00: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:
parent
384e90f83e
commit
1be333221c
@ -304,7 +304,7 @@ async def test_function(
|
|||||||
"source": title,
|
"source": title,
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"source": {"name": "Title of the content"", "url": "http://link-to-citation"},
|
"source": {"name": "Title of the content", "url": "http://link-to-citation"},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user