| Package | Description |
|---|---|
| ai.z.openapi.service.realtime.object |
| Modifier and Type | Method and Description |
|---|---|
ToolChoiceObj |
ToolChoiceObj.ToolChoiceObjDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser p,
com.fasterxml.jackson.databind.DeserializationContext context) |
static ToolChoiceObj |
ToolChoiceObj.of(String strValue)
Creates a ToolChoiceObj with string mode.
|
static ToolChoiceObj |
ToolChoiceObj.of(ToolChoiceObj.ToolObj objValue)
Creates a ToolChoiceObj with object mode for forcing a specific tool.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ToolChoiceObj.ToolChoiceObjSerializer.serialize(ToolChoiceObj value,
com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider serializers) |
Copyright © 2025. All rights reserved.