Skip to content

Commit 6638efe

Browse files
committed
fix code formatting
1 parent 7c6bbef commit 6638efe

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

spring-ai-core/src/main/java/org/springframework/ai/document/ContentFormatter.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
package org.springframework.ai.document;
1717

1818
/**
19-
* Converts the Document text and metadata into an AI, prompt-friendly text representation.
19+
* Converts the Document text and metadata into an AI, prompt-friendly text
20+
* representation.
2021
*
2122
* @author Christian Tzolov
2223
*/

spring-ai-core/src/main/java/org/springframework/ai/model/StreamingModelClient.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
import reactor.core.publisher.Flux;
1919

2020
/**
21-
* The StreamingModelClient interface provides a generic API for invoking an AI models with
22-
* streaming response. It abstracts the process of sending requests and receiving a
21+
* The StreamingModelClient interface provides a generic API for invoking an AI models
22+
* with streaming response. It abstracts the process of sending requests and receiving a
2323
* streaming responses. The interface uses Java generics to accommodate different types of
2424
* requests and responses, enhancing flexibility and adaptability across different AI
2525
* model implementations.

0 commit comments

Comments
 (0)