fix code formatting
This commit is contained in:
@@ -16,7 +16,8 @@
|
||||
package org.springframework.ai.document;
|
||||
|
||||
/**
|
||||
* Converts the Document text and metadata into an AI, prompt-friendly text representation.
|
||||
* Converts the Document text and metadata into an AI, prompt-friendly text
|
||||
* representation.
|
||||
*
|
||||
* @author Christian Tzolov
|
||||
*/
|
||||
|
||||
@@ -18,8 +18,8 @@ package org.springframework.ai.model;
|
||||
import reactor.core.publisher.Flux;
|
||||
|
||||
/**
|
||||
* The StreamingModelClient interface provides a generic API for invoking an AI models with
|
||||
* streaming response. It abstracts the process of sending requests and receiving a
|
||||
* The StreamingModelClient interface provides a generic API for invoking an AI models
|
||||
* with streaming response. It abstracts the process of sending requests and receiving a
|
||||
* streaming responses. The interface uses Java generics to accommodate different types of
|
||||
* requests and responses, enhancing flexibility and adaptability across different AI
|
||||
* model implementations.
|
||||
|
||||
Reference in New Issue
Block a user