File Search result step.

interface FileSearchResultStep {
    call_id: string;
    signature?: string;
    type: "file_search_result";
}

Properties

call_id: string

Required. ID to match the ID from the function call block.

signature?: string

A signature hash for backend validation.

type: "file_search_result"