Skip to main content
Version: 3.0

SourceCodeFile

Represents a single file in the Actor's source code.

Index

Properties

content

content: str | None

The contents of the file. Interpreted based on the value of format.

format

format: SourceCodeFileFormat | None

Format of the file's content, TEXT for plain text and BASE64 for encoded content.

model_config

model_config: Undefined

name

name: str

The path of the file relative to the Actor's root directory.

Page Options