FileSearchStepCall class
A file search tool call.
- Implemented types
- Annotations
-
- @immutable
Constructors
-
FileSearchStepCall({required String id, required Map<
String, dynamic> fileSearch}) -
Creates a FileSearchStepCall.
const
-
FileSearchStepCall.fromJson(Map<
String, dynamic> json) -
Creates a FileSearchStepCall from JSON.
factory
Properties
-
fileSearch
→ Map<
String, dynamic> -
The file search results.
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- id → String
-
The tool call ID.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → String
-
The type of tool call.
no setteroverride
Methods
-
copyWith(
{String? id, Map< String, dynamic> ? fileSearch}) → FileSearchStepCall - Creates a copy with the given fields replaced.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
Converts to JSON.
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override