File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
models/spring-ai-openai/src/test/java/org/springframework/ai/openai/transformer
spring-ai-client-chat/src/main/java/org/springframework/ai/chat/transformer Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 29
29
import org .springframework .ai .openai .OpenAiChatModel ;
30
30
import org .springframework .ai .openai .api .OpenAiApi ;
31
31
import org .springframework .ai .transformer .ContentFormatTransformer ;
32
- import org .springframework .ai .transformer .KeywordMetadataEnricher ;
33
- import org .springframework .ai .transformer .SummaryMetadataEnricher ;
32
+ import org .springframework .ai .chat . transformer .KeywordMetadataEnricher ;
33
+ import org .springframework .ai .chat . transformer .SummaryMetadataEnricher ;
34
34
import org .springframework .beans .factory .annotation .Autowired ;
35
35
import org .springframework .boot .SpringBootConfiguration ;
36
36
import org .springframework .boot .test .context .SpringBootTest ;
Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
17
- package org .springframework .ai .transformer ;
17
+ package org .springframework .ai .chat . transformer ;
18
18
19
19
import java .util .List ;
20
20
import java .util .Map ;
Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
17
- package org .springframework .ai .transformer ;
17
+ package org .springframework .ai .chat . transformer ;
18
18
19
19
import java .util .ArrayList ;
20
20
import java .util .HashMap ;
You can’t perform that action at this time.
0 commit comments