Ask a question to get started
Enter to send•Shift+Enter new line
create_file_data( content: str, created_at: str | None = None, encoding: str
content
str
created_at
str | None
None
encoding
'utf-8'
Create a FileData object with timestamps.
File content as string (plain text or base64-encoded binary).
Optional creation timestamp (ISO format).
Content encoding — "utf-8" for text, "base64" for binary.
"utf-8"
"base64"