org.llm4s.config
Members list
Type members
Classlikes
Configuration data for Brave Search tool.
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
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ConfigKeys.type
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
DefaultConfig.type
Configuration data for DuckDuckGo Search tool.
Configuration data for DuckDuckGo Search tool.
This configuration is loaded from application.conf at the edge (via Llm4sConfig) and passed to DuckDuckGoSearchTool.create() when instantiating the tool.
Value parameters
- apiUrl
-
The base URL for the DuckDuckGo API (default: https://api.duckduckgo.com)
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Llm4sConfig.type
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type