| Package | Description |
|---|---|
| dev.ai4j.openai4j.chat |
| Modifier and Type | Method and Description |
|---|---|
FunctionCall |
FunctionCall.Builder.build() |
FunctionCall |
ToolCall.function() |
FunctionCall |
Delta.functionCall()
Deprecated.
|
FunctionCall |
ChatCompletionRequest.functionCall()
Deprecated.
|
FunctionCall |
AssistantMessage.functionCall()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
FunctionCallUtil.argument(String name,
FunctionCall function) |
ToolCall.Builder |
ToolCall.Builder.function(FunctionCall function) |
Delta.Builder |
Delta.Builder.functionCall(FunctionCall functionCall)
Deprecated.
|
ChatCompletionRequest.Builder |
ChatCompletionRequest.Builder.functionCall(FunctionCall functionCall)
Deprecated.
|
AssistantMessage.Builder |
AssistantMessage.Builder.functionCall(FunctionCall functionCall)
Deprecated.
|
Copyright © 2023. All rights reserved.