FileSearchToolCall¶
This docs was updated at: 2026-03-21
com.paragon.responses.spec.FileSearchToolCall · Class
Extends ToolCall · Implements Item, ResponseOutput
The results of a file search tool call. See the file search guide for more information: https://platform.openai.com/docs/guides/tools-file-search
Methods¶
FileSearchToolCall¶
public FileSearchToolCall(
@NonNull String id,
@NonNull List<String> queries,
@NonNull FileSearchToolCallStatus status,
@Nullable List<FileSearchToolCallResult> fileSearchToolCallResultList)
Parameters
| Name | Description |
|---|---|
id |
The unique ID of the file search tool call. |
queries |
The queries used to search for files. |
status |
The status of the file search tool call. One of in_progress, searching, incomplete or failed, |
fileSearchToolCallResultList |
The results of the file search tool call. |