CATCH #1301
DETECTED SEP 10, 2026 20:19 UTC
THE CATCHscore 7/10
EXHIBIT 1301 · URGENT
Sep 10, 2026 20:19 UTC
npm
openai
OpenAI's latest SDK update (7.15.0) adds a new `/v1/skills` endpoint, introduces a new `ranker` option for file search, and includes detailed documentation strings about chunking and JSON mode.
READY TO POST:
openai just dropped 7.15.0 with a new `/v1/skills` endpoint and a `ranker` option for file search. seems like more control over how models interact with external capabilities.
new openai sdk version 7.15.0 hints at better file search control with `ranker` and `chunk_overlap_tokens`. also, more explicit guidance on using json mode for output.
EVIDENCE — the receipts
openai 7.14.0 -> 7.15.0: +951 strings, -3682 strings, 46 flagged as interesting
[feature_flag] (1)
+ internal_error
[endpoint] (1)
+ /v1/skills
[sentence] (44)
+ *
* 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';
}
caught by the 20-minute sweep ·
the live wire · all receipts