File Search content.

interface FileSearchCallContent {
    id?: string;
    type: "file_search_call";
}

Properties

Properties

id?: string

A unique ID for this specific tool call.

type: "file_search_call"