CATCH #1561
DETECTED SEP 23, 2026 07:26 UTC
THE CATCHscore 6/10
EXHIBIT 1561 · URGENT
Sep 23, 2026 07:26 UTC
npm
openai
OpenAI's latest SDK update (7.23.0) introduces new configurations for file search tools, including chunking and overlap settings, and hints at an August 21, 2024 'ranker' update.
READY TO POST:
openai just dropped 7.23.0 for their npm package. looks like some deeper controls for file search chunking and overlap are coming!
interesting find in the new openai sdk: a 'ranker' option with a default_2024_08_21 timestamp. could be a hint at a future search ranking improvement.
EVIDENCE — the receipts
openai 7.22.0 -> 7.23.0: +747 strings, -4414 strings, 41 flagged as interesting
[sentence] (41)
+ *
* 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