Uses of Class
net.stoerr.chatgpt.codevengine.AbstractPluginAction
-
-
Uses of AbstractPluginAction in net.stoerr.chatgpt.codevengine
Subclasses of AbstractPluginAction in net.stoerr.chatgpt.codevengine Modifier and Type Class Description class
ExecuteExternalAction
class
ExecuteOpenAIToolCallAction
Executes an OpenAI tool call coming in as JSON - for usage outside ChatGPT.class
GrepAction
class
ListFilesAction
class
ReadFileAction
class
ReplaceAction
class
ReplaceRegexAction
Deprecated.class
UrlAction
class
WriteFileAction
an operation that writes the message into the file at path.Constructor parameters in net.stoerr.chatgpt.codevengine with type arguments of type AbstractPluginAction Constructor Description ExecuteOpenAIToolCallAction(Map<String,AbstractPluginAction> handlers)
-