CATCH #420
DETECTED JUL 29, 2026 04:44 UTC
THE CATCHscore 7/10
EXHIBIT 420 · URGENT
Jul 29, 2026 04:44 UTC
npm
openai
OpenAI's latest SDK update (7.1.0) includes new configuration options for 'file_search' tools, with settings for 'chunk_overlap_tokens' and 'chunk_size_tokens', alongside a new 'ranker' option, potentially for model response ranking.
READY TO POST:
openai just dropped 7.1.0 and it looks like some new 'file_search' tool configs are in there, like `chunk_overlap_tokens` and `chunk_size_tokens`. could be interesting for r.a.g.!
a new `ranker` option, `default_2024_08_21`, popped up in the latest openai sdk. makes me wonder what kind of response ranking updates are coming.
EVIDENCE — the receipts
openai 7.0.0 -> 7.1.0: +606 strings, -2794 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