public static class ChatCompletionRequestDTO.Prompt extends Object
Prompt()
Prompt(String role, String content)
String
getContent()
getRole()
void
setContent(String content)
setRole(String role)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Prompt()
public Prompt(String role, String content)
public String getRole()
public void setRole(String role)
public String getContent()
public void setContent(String content)
Copyright © 2024. All rights reserved.