ConversationCustomToolCallOutputItem class
A custom tool call output item in a conversation.
- Inheritance
-
- Object
- ConversationItem
- ConversationCustomToolCallOutputItem
- Annotations
-
- @immutable
Constructors
- ConversationCustomToolCallOutputItem({String? id, required String callId, required FunctionCallOutput output, ItemStatus? status})
-
Creates a ConversationCustomToolCallOutputItem.
const
-
ConversationCustomToolCallOutputItem.fromJson(Map<
String, dynamic> json) -
Creates a ConversationCustomToolCallOutputItem from JSON.
factory
Properties
- callId → String
-
The call ID this output corresponds to.
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- id → String?
-
Unique identifier.
final
- output → FunctionCallOutput
-
The output from the custom tool call.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → ItemStatus?
-
The status of the item.
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