Uses of Class
com.composum.ai.backend.base.service.chat.GPTConfiguration.GPTContextInfo
-
Packages that use GPTConfiguration.GPTContextInfo Package Description com.composum.ai.backend.base.service.chat -
-
Uses of GPTConfiguration.GPTContextInfo in com.composum.ai.backend.base.service.chat
Methods in com.composum.ai.backend.base.service.chat that return types with arguments of type GPTConfiguration.GPTContextInfo Modifier and Type Method Description List<GPTConfiguration.GPTContextInfo>
GPTConfiguration. getContexts()
Additional context information to provide to the AI.Method parameters in com.composum.ai.backend.base.service.chat with type arguments of type GPTConfiguration.GPTContextInfo Modifier and Type Method Description static GPTConfiguration
GPTConfiguration. ofContexts(List<GPTConfiguration.GPTContextInfo> contexts)
GPTConfiguration
GPTConfiguration. replaceContexts(List<GPTConfiguration.GPTContextInfo> newContexts)
Returns a copy with the contexts replaced.Constructor parameters in com.composum.ai.backend.base.service.chat with type arguments of type GPTConfiguration.GPTContextInfo Constructor Description GPTConfiguration(String apiKey, String organizationId, GPTConfiguration.AnswerType answerType, String additionalInstructions, GPTConfiguration.Mode mode, Boolean highIntelligenceNeeded, Boolean debug, Double temperature, Integer seed, List<GPTConfiguration.GPTContextInfo> contexts)
GPTConfiguration(String apiKey, String organizationId, GPTConfiguration.AnswerType answerType, String additionalInstructions, GPTConfiguration.Mode mode, Boolean highIntelligenceNeeded, Boolean debug, Double temperature, Integer seed, List<GPTConfiguration.GPTContextInfo> contexts, List<GPTTool> tools)
-