Learn R Programming

tidyllm (version 0.5.1)

upload_file: Upload a File to a Provider's File Store

Description

Upload a File to a Provider's File Store

Usage

upload_file(.provider, .path, ...)

Value

A tidyllm_file object.

Arguments

.provider

A provider function call (e.g. claude(), gemini(), openai()).

.path

Path to the local file to upload.

...

Additional provider-specific arguments.