Interface CompletionPostResponse.Builder2
- Enclosing class:
CompletionPostResponse
public static interface CompletionPostResponse.Builder2
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptionfinalResult(LLMModuleResult finalResult) Set the finalResult of thisCompletionPostResponseinstance.
-
Method Details
-
finalResult
Set the finalResult of thisCompletionPostResponseinstance.- Parameters:
finalResult- The finalResult of thisCompletionPostResponse- Returns:
- The CompletionPostResponse instance.
-