From e5180ad669a24298fa53cabed816d2cbc0b933be Mon Sep 17 00:00:00 2001 From: Lorenzo Mangani Date: Sat, 26 Oct 2024 13:56:17 +0200 Subject: [PATCH] Update README.md --- docs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index 78b9df6..1a04ab8 100644 --- a/docs/README.md +++ b/docs/README.md @@ -50,10 +50,10 @@ SELECT open_prompt('I want ice cream', json_schema := '{ }'); ``` -> For smaller models, the schema is injected in the promp in _best-effort_ mode +For smaller models, the `system_prompt` can be used to request JSON in _best-effort_ mode ```sql -SELECT open_prompt('I want ice cream', json_schema := '{ +SELECT open_prompt('I want ice cream', system_prompt := '{ "type": "object", "properties": { summary: 'VARCHAR',