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 classExecuteExternalActionclassExecuteOpenAIToolCallActionExecutes an OpenAI tool call coming in as JSON - for usage outside ChatGPT.classGrepActionclassListFilesActionclassReadFileActionclassReplaceActionclassReplaceRegexActionDeprecated.classUrlActionclassWriteFileActionan 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)
-