Skip to main content

read_input_file_any_path

Function read_input_file_any_path 

Source
pub async fn read_input_file_any_path<P: AsRef<Path>>(
    file_path: P,
) -> Result<FileInputData>
Expand description

Read a validated local file path for inline model input.

Callers must validate path scope and user intent before using this helper.