Skip to content

Outdated schema behavior in Extract feature #63

@palodaman

Description

@palodaman

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions