FileSearchToolCallResult

@Serializable
data class FileSearchToolCallResult(val fileId: FileId, val fileName: String, val score: Double)

Constructors

Link copied to clipboard
constructor(fileId: FileId, fileName: String, score: Double)

Properties

Link copied to clipboard
@SerialName(value = "file_id")
val fileId: FileId

The ID of the file object.

Link copied to clipboard
@SerialName(value = "file_name")
val fileName: String

The original filename of the file object.

Link copied to clipboard
@SerialName(value = "score")
val score: Double

The score given to the provided result.