CATCH #1482
DETECTED SEP 19, 2026 19:14 UTC
THE CATCHscore 7/10
EXHIBIT 1482 · URGENT
Sep 19, 2026 19:14 UTC
npm
openai
OpenAI's latest SDK hints at new 'safety cases' API, 'ranker' options, enhanced 'file_search' tools with chunking controls, and dedicated JSON mode instructions.
READY TO POST:
openai's latest sdk update points to a new '/v1/safety/cases' endpoint. could we be getting more granular control or visibility into safety monitoring?
interesting new 'ranker' options ('auto', 'default_2024_08_21') and 'file_search' chunking controls ('chunk_overlap_tokens', 'chunk_size') just landed in the openai sdk. more advanced retrieval tweaking on the horizon?
EVIDENCE — the receipts
openai 7.19.0 -> 7.20.0: +799 strings, -4005 strings, 44 flagged as interesting
[endpoint] (1)
+ GET /v1/safety/cases/{id}
[sentence] (43)
+ *
* We emit events whenever a new object is created, transitions to a new state, or
* is being streamed in parts (deltas). For example, we emit
+ * ranker.
*/
ranker?: 'auto' | 'default_2024_08_21';
}
}
}
export interface FunctionTool {
function: Shared.FunctionDefinition;
/**
* The type of tool being defined:
+ */
type: 'code_interpreter';
}
export interface FileSearchTool {
/**
* The type of tool being defined:
+ */
type: 'file_search';
/**
* Overrides for the file search tool.
*/
file_search?: FileSearchTool.FileSearch;
}
export declare namespace FileSearchTool {
/**
* Overrides for the file search tool.
*/
interface FileSearch {
/**
* The maximum num
+ */
type: 'code_interpreter';
}
export interface FileSearchTool {
/**
* The type of tool being defined:
+ */
type: 'file_search';
/**
* Overrides for the file search tool.
*/
file_search?: FileSearchTool.FileSearch;
}
export namespace FileSearchTool {
/**
* Overrides for the file search tool.
*/
export interface FileSearch {
/**
* The maximum number of results the file s
+ .
*
* Note that the overlap must not exceed half of
+ .
*/
chunk_overlap_tokens: number;
/**
* The maximum number of tokens in each chunk. The default value is
+ .
*/
type: 'auto';
}
interface Static {
static: Static.Static;
/**
* Always
+ .
*/
type: 'static';
}
namespace Stat
caught by the 20-minute sweep ·
the live wire · all receipts