We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b08b9e8 commit b03a6c9Copy full SHA for b03a6c9
models/spring-ai-openai/src/main/java/org/springframework/ai/openai/OpenAiChatOptions.java
@@ -181,7 +181,7 @@ public class OpenAiChatOptions implements FunctionCallingOptions {
181
/**
182
* Developer-defined tags and values used for filtering completions in the <a href="https://platform.openai.com/chat-completions">dashboard</a>.
183
*/
184
- private @JsonProperty("metadata") Map<String, String> metadata = new HashMap<>();
+ private @JsonProperty("metadata") Map<String, String> metadata;
185
186
* OpenAI Tool Function Callbacks to register with the ChatModel.
187
* For Prompt Options the functionCallbacks are automatically enabled for the duration of the prompt execution.
0 commit comments