-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
Path: /features/extract
The documentation for the extract feature suggests that Zod or JSON Schema-style structures are supported when specifying a schema. However, in practice, this no longer seems to work as described.
When using a structured schema (e.g., object with required fields), the response is often just an empty object, even when the content clearly includes the expected data. When the schema is omitted and the structure is instead described directly in the prompt, the extracted result returns correctly. This points towards the fact that the schema enforcement is no longer functioning via Zod/JSON Schema and is instead handled via the FIRE-1 model’s syntax and prompt understanding.
Metadata
Metadata
Assignees
Labels
No labels