Version: 3.0On this pageSourceCodeFile Represents a single file in the Actor's source code.Index Propertiescontentformatmodel_confignameProperties contentcontent: str | NoneThe contents of the file. Interpreted based on the value of format.formatformat: SourceCodeFileFormat | NoneFormat of the file's content, TEXT for plain text and BASE64 for encoded content.model_configmodel_config: Undefinednamename: strThe path of the file relative to the Actor's root directory.
Represents a single file in the Actor's source code.