File Path
data class FilePath(val text: String, val filePath: TextAnnotation.FilePath.FileWrapper, val startIndex: Int, val endIndex: Int) : TextAnnotation
File paths are created by the CodeInterpreterTool and contain references to the files generated by the tool.
Constructors
Link copied to clipboard
constructor(text: String, filePath: TextAnnotation.FilePath.FileWrapper, startIndex: Int, endIndex: Int)