ToolSearchOutputItemParam class

A tool search output input item.

Inheritance
Annotations
  • @immutable

Constructors

ToolSearchOutputItemParam({String? id, String? callId, ToolSearchExecutionType? execution, required List<ResponseTool> tools, ItemStatus? status})
Creates a ToolSearchOutputItemParam.
const
ToolSearchOutputItemParam.fromJson(Map<String, dynamic> json)
Creates a ToolSearchOutputItemParam from JSON.
factory

Properties

callId String?
The call ID for this tool search output.
final
execution ToolSearchExecutionType?
The execution type (server or client).
final
hashCode int
The hash code for this object.
no setteroverride
id String?
Unique identifier.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status ItemStatus?
Item status.
final
tools List<ResponseTool>
The tools discovered by the search.
final

Methods

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