write_file
write_file
: Write Content to File
write_file
: Write Content to FileWrites content to a file, creating it if it doesn't exist.
Parameters:
agent_name
: Identifier for the agent making the requestfile_path
: Path to the file to writecontent
: Text content to write to the filebase_url
: API endpoint URL
Returns:
StorageResponse
object containing write operation status
Example:
Last updated