Skip to content

Result Json parsing expands dotted keys (within quotes). #21

@nuFaqtz

Description

@nuFaqtz

Hi,

When I have a json with keys that have a '.' in them, within quotes, the resulting json has those keys expanded:
{ "Settings": { "Datasets.Title": "Datasets title" } }

The result is:
{ "Settings": { "Datasets": { "Title": "Datasets title" } } }

OpenAI leaves the keys as is, the result does not.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions