Content

sttp.openai.requests.threads.runs.ThreadRunsResponseData.FileSearchToolCall.FileSearch.FileSearchResult.Content
See theContent companion object
case class Content(text: String, `type`: String)

The content of the result that was found.

Value parameters

text

The text content of the file.

type

The type of the content.

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