| Modifier and Type | Method and Description |
|---|---|
Delta |
build() |
Delta.Builder |
content(String content) |
Delta.Builder |
functionCall(FunctionCall functionCall)
Deprecated.
|
Delta.Builder |
role(Role role) |
Delta.Builder |
toolCalls(List<ToolCall> toolCalls) |
public Delta.Builder role(Role role)
public Delta.Builder content(String content)
public Delta.Builder toolCalls(List<ToolCall> toolCalls)
@Deprecated public Delta.Builder functionCall(FunctionCall functionCall)
public Delta build()
Copyright © 2023. All rights reserved.