menu
neomage package
documentation
data/tools/web_search_tool.dart
WebSearchInput
WebSearchInput.new const constructor
WebSearchInput.new const constructor
dark_mode
light_mode
WebSearchInput
constructor
const
WebSearchInput
(
{
required
String
query
,
List
<
String
>
?
allowedDomains
,
List
<
String
>
?
blockedDomains
,
})
Implementation
const WebSearchInput({ required this.query, this.allowedDomains, this.blockedDomains, });
neomage package
documentation
data/tools/web_search_tool
WebSearchInput
WebSearchInput.new const constructor
WebSearchInput class