Package net.stoerr.chatgpt.codevengine
-
Class Summary Class Description AbstractPluginAction CoDeveloperEngine ExecuteExternalAction ExecuteOpenAIToolCallAction Executes an OpenAI tool call coming in as JSON - for usage outside ChatGPT.GrepAction ListFilesAction ReadFileAction RepeatedRequestChecker It happens sometimes that ChatGPT goes into a loop, repeating the same request again and again, which destroys the current 3h quota.ReplaceAction ReplaceAction.ReplaceInFileRequest ReplaceAction.Replacement ReplaceRegexAction Deprecated. TbUtils Catch-all class for various utilities not related to a class.UrlAction UserGlobalConfig Reads the global configuration from the configuration directory in the users homedir, which is used everywhere, no matter where the plugin is started.WriteFileAction an operation that writes the message into the file at path. -
Exception Summary Exception Description ExecutionAbortedException Thrown to abort an execution, but only when the error has been duly reported with sendError to ChatGPT, so that the exception can be ignored.