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