CATCH #444
DETECTED JUL 30, 2026 17:34 UTC
THE CATCHscore 5/10
EXHIBIT 444
Jul 30, 2026 17:34 UTC
npm
openai
OpenAI's latest SDK update hints at a new 'ranker' option ('default_2024_08_21'), detailed file search chunking controls, and clarifies JSON mode usage.
READY TO POST:
openai just dropped 7.2.0! looks like a new 'default_2024_08_21' ranker is coming. subtle, but could be a big deal for relevance.
new openai sdk update (7.2.0) has some interesting file search chunking params and clearer json mode instructions. always good to see more control over retrieval.
EVIDENCE — the receipts
openai 7.1.0 -> 7.2.0: +602 strings, -2795 strings, 39 flagged as interesting
[sentence] (39)
+ *
* 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 Static {
interface Static {
caught by the 20-minute sweep ·
the live wire · all receipts