public interface LanguageModel
Result<String>
process(Object structuredPrompt)
process(Prompt prompt)
process(String text)
Result<String> process(String text)
Result<String> process(Prompt prompt)
Result<String> process(Object structuredPrompt)
Copyright © 2023. All rights reserved.