@talonic/docs 0.20.30 → 0.20.32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/content.js +2 -2
- package/package.json +1 -1
package/dist/content.js
CHANGED
|
@@ -33300,7 +33300,7 @@ var sections_default2 = [
|
|
|
33300
33300
|
{
|
|
33301
33301
|
type: "callout",
|
|
33302
33302
|
variant: "warning",
|
|
33303
|
-
text: "
|
|
33303
|
+
text: "Specify the fields you want: provide a `schema` or `schema_id`, or set `auto_schema: true` for open capture (Talonic discovers the fields and returns a suggested schema). A call giving none of the three returns a validation error that hands back a ready-to-paste minimal schema."
|
|
33304
33304
|
},
|
|
33305
33305
|
{
|
|
33306
33306
|
type: "heading",
|
|
@@ -35029,7 +35029,7 @@ var sections_default2 = [
|
|
|
35029
35029
|
},
|
|
35030
35030
|
{
|
|
35031
35031
|
type: "paragraph",
|
|
35032
|
-
text: "By design
|
|
35032
|
+
text: "By design, to keep results reliable. The error hands back a ready-to-paste minimal JSON Schema (tailored to your `instructions`) so the retry succeeds immediately. Three ways forward: provide an inline `schema` (full JSON Schema recommended), pass a `schema_id` from `talonic_list_schemas`, or set `auto_schema: true` for open capture \u2014 Talonic discovers the fields and returns a suggested schema you can refine."
|
|
35033
35033
|
},
|
|
35034
35034
|
{
|
|
35035
35035
|
type: "heading",
|