Third-party cyber evaluations involving OpenAI models
openai.com·14h ago
TL;DR
Datasette 1.0a33 addresses the need for enhanced query capabilities by extending the existing _extra=pattern to include queries and rows. This release introduces a custom extras API explorer built using Claude Fable 5 and GPT-5.5 xhigh.
✦ Why It Matters
Engineers can leverage the new API explorer to enhance data query documentation and interaction.
Key Takeaways
How It Works
The new ?_extra= pattern allows users to append additional parameters to their API queries, enabling the retrieval of extra JSON data related to specific rows and queries.
This flexibility enhances the way developers can interact with and manipulate their datasets.
Related