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

File Search result step.

Type declaration

  • call_id: string

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

  • Optionalsignature?: string

    A signature hash for backend validation.

  • type: "file_search_result"