Interface OpenAiBuiltInTool
- All Known Implementing Classes:
OpenAiBuiltInTool.FileSearchTool, OpenAiBuiltInTool.GenericTool, OpenAiBuiltInTool.WebSearchTool
public interface OpenAiBuiltInTool
Polymorphic base for OpenAI built-in tools in agent definition JSON.
Known types are deserialized into their specific subclasses; unknown types
fall back to
OpenAiBuiltInTool.GenericTool for forward compatibility.- Author:
- Filip Hrisafov
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classstatic classstatic class -
Method Summary
-
Method Details
-
getType
String getType()
-