CATCH #336
DETECTED JUL 24, 2026 17:42 UTC
THE CATCHscore 7/10
EXHIBIT 336 · URGENT
Jul 24, 2026 17:42 UTC
npm
openai
OpenAI's latest SDK hints at new file search tool capabilities with chunking options and a new `ranker` parameter, alongside structured output improvements and event emission for object states.
READY TO POST:
openai's new sdk update includes a 'file_search' tool with chunk_overlap_tokens and max_chunk_tokens. sounds like more control over how models interact with documents.
a new 'ranker' parameter and 'code_interpreter' type showed up in the openai sdk. also, more robust structured outputs and event streaming for object states are hinted at!
EVIDENCE — the receipts
openai 6.48.0 -> 6.49.0: +703 strings, -2756 strings, 60 flagged as interesting
[sentence] (60)
+ *
* 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