DuckDuckGoSearchToolConfig

org.llm4s.config.DuckDuckGoSearchToolConfig
final case class DuckDuckGoSearchToolConfig(apiUrl: String)

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

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