Skip to content

Commit

Permalink
hotfix: updated import
Browse files Browse the repository at this point in the history
  • Loading branch information
thguss committed Nov 13, 2024
1 parent 596fdc2 commit 98e3fb1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
import org.springframework.ai.chat.prompt.Prompt;
import org.springframework.ai.openai.OpenAiChatModel;
import org.springframework.ai.openai.OpenAiChatOptions;
import org.springframework.ai.openai.api.OpenAiApi.ChatCompletionRequest.ResponseFormat;
import org.springframework.ai.openai.api.ResponseFormat;
import org.springframework.stereotype.Component;

import java.util.List;

import static org.springframework.ai.openai.api.OpenAiApi.ChatCompletionRequest.ResponseFormat.Type.JSON_SCHEMA;
import static org.springframework.ai.openai.api.ResponseFormat.Type.JSON_SCHEMA;

@Component
@RequiredArgsConstructor
Expand Down

0 comments on commit 98e3fb1

Please sign in to comment.