FileSearch

sttp.openai.requests.threads.runs.ThreadRunsResponseData.FileSearchToolCall.FileSearch
See theFileSearch companion object
case class FileSearch(rankingOptions: Option[RankingOptions], results: Seq[FileSearchResult])

Value parameters

rankingOptions

The ranking options for the file search

results

The results of the file search

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