CATCH #241
DETECTED JUL 14, 2026 20:27 UTC
THE CATCHscore 6/10
EXHIBIT 241 · URGENT
Jul 14, 2026 20:27 UTC
npm
openai
OpenAI's latest SDK update (6.47.0) hints at new file search tool capabilities with configurable chunking, a new 'ranker' option, and improved event streaming for object lifecycle. It also clarifies JSON mode usage.
READY TO POST:
openai's latest sdk update (6.47.0) shows hints of more advanced file search tooling, including chunking and overlap settings. could mean better r+ag coming!
interesting: openai's sdk 6.47.0 includes a 'ranker' param with a date string 'default_2024_08_21'. new ranking model for assistants maybe? also clearer json mode guidance.
EVIDENCE — the receipts
openai 6.46.0 -> 6.47.0: +596 strings, -2639 strings, 43 flagged as interesting
[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 Static {
interface Static {
caught by the 20-minute sweep ·
the live wire · all receipts