ExaSearchResult

org.llm4s.toolapi.builtin.search.ExaSearchResult
See theExaSearchResult companion object
case class ExaSearchResult(query: String, results: List[ExaResult], requestId: Option[String], searchType: Option[String])

Container for search results returned by the Exa Search API.

Value parameters

query

The original search query

requestId

Exa's unique identifier for this request (useful for debugging)

results

Ordered list of matching results

searchType

The search type that was actually applied by Exa

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