WebSearchToolCallContent constructor
WebSearchToolCallContent({
- required String callId,
- List<
String> ? queries, - Object? rawRepresentation,
- AdditionalPropertiesDictionary? additionalProperties,
Creates a new WebSearchToolCallContent.
Implementation
WebSearchToolCallContent({
required super.callId,
this.queries,
super.rawRepresentation,
super.additionalProperties,
});