Skip to main content

add_file

codebolt.rag.add_file(filename: string, file_path: string): void
Adds a file to the CodeBolt File System.

Parameters

NameTypeDescription
filenamestringThe name of the file to add.
file_pathstringThe path where the file should be added.

Status

Working Progress...