ToolUseService class
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
getApiMethodEnum(
String? method) → ApiMethod -
getApiMethodString(
ApiMethod? method) → String -
getBrowserLoadingMessage(
String name) → ToolUseMessage -
getNativeToolUseName(
ToolUseType type) → String -
getToolDocumentActionDescription(
ToolDocumentAction action) → String -
getToolDocumentActionEnum(
String action) → ToolDocumentAction -
getToolUseDocumentsWithExportUrl(
List< DocumentData> documents) → List<DocumentData> -
getToolUseIcon(
ToolUseType? type) → IconData? -
getToolUseParameterTypeEnum(
String type) → ToolParameterType -
getToolUseParameterTypeString(
ToolParameterType type) → String -
getToolUseTypeEnum(
String type, {String? nativeToolType}) → ToolUseType -
getToolUseTypeString(
ToolUseType type, {bool getActorId = false}) → String -
isInitiallyExpandedTool(
ToolUseType? type) → bool -
isModalToolUse(
ToolUseType type) → bool -
isNativeTool(
ToolUseType? type) → bool -
isPreviewToolUse(
ToolUseType type) → bool -
setToolUseDocumentsRelatedAttachment(
List< DocumentData> documents) → List<DocumentData>