pub const FILE_HANDLE_FIELD: &str = "path";Expand description
The runtime representation of a file: a handle, never the content.
A tool that produces a file returns where it put it, so that a later tool can
pick it up without the bytes travelling through the agent — or through a
cassette. path is required; a producer may add anything else it finds
useful, such as a media type or a size.