ExaSearchToolConfig

org.llm4s.config.ExaSearchToolConfig
See theExaSearchToolConfig companion object
final case class ExaSearchToolConfig(apiKey: String, apiUrl: String, numResults: Int, searchType: String, maxCharacters: Int)

Configuration data for Exa Search tool.

Value parameters

apiKey

The Exa API key

apiUrl

Base URL (default: https://api.exa.ai)

maxCharacters

Maximum characters for text content

numResults

Number of results to return

searchType

Search type (auto, neural, fast, deep)

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