FileSearchResult

sttp.openai.requests.threads.runs.ThreadRunsResponseData.FileSearchToolCall.FileSearch.FileSearchResult
See theFileSearchResult companion object
case class FileSearchResult(fileId: String, fileName: String, score: Double, content: Seq[Content])

The results of the file search

Value parameters

content

The content of the result that was found. The content is only included if requested via the include query parameter.

fileId

The ID of the file that result was found in

fileName

The name of the file that result was found in

score

The score of the result. All values must be a floating point number between 0 and 1.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product