openai4j
openai4j copied to clipboard
json deserialize problem
Cannot deserialize value of type java.lang.String
from Array value (token JsonToken.START_ARRAY
)
at [Source: UNKNOWN; byte offset: #UNKNOWN] (through reference chain:
xxx
dev.ai4j.openai4j.chat.ChatCompletionRequest$Builder["messages"]->java.util.ArrayList[0]->dev.ai4j.openai4j.chat.UserMessage$Builder["content"])
Does json deserialization not currently supported?