Serialized Form
-
Package net.stoerr.chatgpt.codevengine
-
Class net.stoerr.chatgpt.codevengine.AbstractPluginAction extends jakarta.servlet.http.HttpServlet implements Serializable
-
Class net.stoerr.chatgpt.codevengine.ExecuteExternalAction extends AbstractPluginAction implements Serializable
-
Serialized Fields
-
enc
com.knuddels.jtokkit.api.Encoding enc
Tokenizer used for GPT-4o* -
MIDDLE_MARKER
String MIDDLE_MARKER
-
registry
com.knuddels.jtokkit.api.EncodingRegistry registry
-
-
-
Class net.stoerr.chatgpt.codevengine.ExecuteOpenAIToolCallAction extends AbstractPluginAction implements Serializable
-
Serialized Fields
-
handlers
Map<String,AbstractPluginAction> handlers
-
-
-
Class net.stoerr.chatgpt.codevengine.ExecutionAbortedException extends RuntimeException implements Serializable
-
Class net.stoerr.chatgpt.codevengine.GrepAction extends AbstractPluginAction implements Serializable
-
Class net.stoerr.chatgpt.codevengine.ListFilesAction extends AbstractPluginAction implements Serializable
-
Class net.stoerr.chatgpt.codevengine.ReadFileAction extends AbstractPluginAction implements Serializable
-
Class net.stoerr.chatgpt.codevengine.ReplaceAction extends AbstractPluginAction implements Serializable
-
Serialized Fields
-
gson
com.google.gson.Gson gson
-
-
-
Class net.stoerr.chatgpt.codevengine.ReplaceRegexAction extends AbstractPluginAction implements Serializable
-
Class net.stoerr.chatgpt.codevengine.UrlAction extends AbstractPluginAction implements Serializable
-
Class net.stoerr.chatgpt.codevengine.WriteFileAction extends AbstractPluginAction implements Serializable
-