create_file
create_file
: Create Empty File
create_file
: Create Empty FileCreates a new empty file at the specified path.
Parameters:
agent_name
: Identifier for the agent making the requestfile_path
: Path where the new file should be createdbase_url
: API endpoint URL
Returns:
StorageResponse
object containing creation status
Example:
Last updated