Skip to content

Commit eb42912

Browse files
committed
Move OpenAiImageOptionsXXX classes outside the 'api' packages as those are client not api related
1 parent c1d3034 commit eb42912

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

models/spring-ai-openai/src/main/java/org/springframework/ai/openai/api/OpenAiImageOptions.java renamed to models/spring-ai-openai/src/main/java/org/springframework/ai/openai/OpenAiImageOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package org.springframework.ai.openai.api;
1+
package org.springframework.ai.openai;
22

33
import org.springframework.ai.image.ImageOptions;
44

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package org.springframework.ai.openai.api;
1+
package org.springframework.ai.openai;
22

33
public class OpenAiImageOptionsBuilder {
44

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package org.springframework.ai.openai.api;
1+
package org.springframework.ai.openai;
22

33
public class OpenAiImageOptionsImpl implements OpenAiImageOptions {
44

0 commit comments

Comments
 (0)