OpenAIBuiltInTools class
Convenience factory methods for creating built-in tools
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
-
computerUse(
{required int displayWidth, required int displayHeight, required String environment, Map< String, dynamic> ? parameters}) → OpenAIComputerUseTool - Create a computer use tool
-
fileSearch(
{List< String> ? vectorStoreIds, Map<String, dynamic> ? parameters}) → OpenAIFileSearchTool - Create a file search tool
-
webSearch(
) → OpenAIWebSearchTool - Create a web search tool