Uses of Class
com.jackdaw.chatwithnpc.openaiapi.Run.RunResult
Packages that use Run.RunResult
-
Uses of Run.RunResult in com.jackdaw.chatwithnpc.openaiapi
Methods in com.jackdaw.chatwithnpc.openaiapi that return Run.RunResultModifier and TypeMethodDescription(package private) static @NotNull Run.RunResult
Run.RunResult.nothingToDo()
Returns a RunResult that does nothing.static @NotNull Run.RunResult
Run.run
(@NotNull ConversationHandler conversation) Run the assistant for the NPC from the OpenAI API, and it will return the result.