BraveSearchToolConfig

org.llm4s.config.BraveSearchToolConfig
final case class BraveSearchToolConfig(apiKey: String, apiUrl: String, count: Int, safeSearch: String)

Configuration data for Brave Search tool.

This configuration is loaded from application.conf at the edge (via Llm4sConfig) and passed to BraveSearchTool.create() when instantiating the tool.

Value parameters

apiKey

The Brave Search API key

apiUrl

The base URL for the Brave Search API (default: https://api.search.brave.com/res/v1)

count

The number of search results to return per request

safeSearch

The safe search level (off, moderate, or strict)

Attributes

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