listFiles abstract method
List files
Returns a paginated list of files. Supports both OpenAI-style and Anthropic-style pagination parameters.
Implementation
Future<FileListResponse> listFiles([FileListQuery? query]);
List files
Returns a paginated list of files. Supports both OpenAI-style and Anthropic-style pagination parameters.
Future<FileListResponse> listFiles([FileListQuery? query]);