SearchType

org.llm4s.toolapi.builtin.search.SearchType
See theSearchType companion object
sealed trait SearchType

Search algorithm type used by the Exa Search API.

Controls the ranking and crawling strategy applied to a query.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Auto
object Deep
object Fast
object Neural

Members list

Value members

Abstract methods

def value: String

The raw string value sent to the Exa API.

The raw string value sent to the Exa API.

Attributes