File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
spring-ai-core/src/main/java/org/springframework/ai Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 16
16
package org .springframework .ai .document ;
17
17
18
18
/**
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.
20
21
*
21
22
* @author Christian Tzolov
22
23
*/
Original file line number Diff line number Diff line change 18
18
import reactor .core .publisher .Flux ;
19
19
20
20
/**
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
23
23
* streaming responses. The interface uses Java generics to accommodate different types of
24
24
* requests and responses, enhancing flexibility and adaptability across different AI
25
25
* model implementations.
You can’t perform that action at this time.
0 commit comments