Uses of Class
org.mockserver.llm.client.LlmCompletionService
Packages that use LlmCompletionService
-
Uses of LlmCompletionService in org.mockserver.llm.semantic
Constructors in org.mockserver.llm.semantic with parameters of type LlmCompletionServiceModifierConstructorDescriptionSemanticPromptMatcher(LlmCompletionService service, LlmBackend backend) -
Uses of LlmCompletionService in org.mockserver.mock
Methods in org.mockserver.mock with parameters of type LlmCompletionServiceModifier and TypeMethodDescriptionvoidHttpState.setLlmCompletionService(LlmCompletionService llmCompletionService, LlmBackend llmBackend) Install the LLM completion service and default backend for runtime features that call out to an LLM (e.g. -
Uses of LlmCompletionService in org.mockserver.mock.drift
Constructors in org.mockserver.mock.drift with parameters of type LlmCompletionServiceModifierConstructorDescriptionSemanticDriftExtension(LlmCompletionService completionService, LlmBackend backend)