WebSearchToolCallContent constructor

WebSearchToolCallContent({
  1. required String callId,
  2. List<String>? queries,
  3. Object? rawRepresentation,
  4. AdditionalPropertiesDictionary? additionalProperties,
})

Creates a new WebSearchToolCallContent.

Implementation

WebSearchToolCallContent({
  required super.callId,
  this.queries,
  super.rawRepresentation,
  super.additionalProperties,
});