WebSearchConfig

org.llm4s.toolapi.builtin.search.WebSearchConfig
case class WebSearchConfig(timeoutMs: Int, maxResults: Int, safeSearch: Boolean)

Configuration for web search tool.

Value parameters

maxResults

Maximum number of related topics to return.

safeSearch

Whether to enable safe search.

timeoutMs

Request timeout in milliseconds.

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