CATCH #997
DETECTED AUG 27, 2026 01:57 UTC
THE CATCHscore 5/10
EXHIBIT 997
Aug 27, 2026 01:57 UTC
npm
openai
OpenAI's latest SDK hints at new 'ranker' options for file search, 'chunk_overlap_tokens', and 'static' chunking for file search tools, along with explicit 'code_interpreter' and 'file_search' tool types.
READY TO POST:
openai's new sdk update includes 'ranker' settings for file search and new chunking controls like 'chunk_overlap_tokens'. interesting for fine-tuning search!
looks like openai is refining file search with 'static' chunking and explicit 'code_interpreter' tool types in the latest sdk. more control for developers.
EVIDENCE — the receipts
openai 7.6.0 -> 7.7.0: +603 strings, -3631 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