interface FileSearchToolCall {
    file_search: OpenAIClient.Beta.Threads.Runs.Steps.FileSearchToolCall.FileSearch;
    id: string;
    type: "file_search";
}

Properties

Properties

For now, this is always going to be an empty object.

id: string

The ID of the tool call object.

type: "file_search"

The type of tool call. This is always going to be file_search for this type of tool call.