@@ -14,9 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.springframework.ai.prompt;
|
||||
|
||||
//TODO: Shouldn't the FormatProvider be inside the parser package?
|
||||
package org.springframework.ai.parser;
|
||||
|
||||
/**
|
||||
* Implementations of this interface provides instructions for how the output of a
|
||||
@@ -16,8 +16,6 @@
|
||||
|
||||
package org.springframework.ai.parser;
|
||||
|
||||
import org.springframework.ai.prompt.FormatProvider;
|
||||
|
||||
/**
|
||||
* Converts the (raw) LLM output into a structured responses of type. The
|
||||
* {@link FormatProvider#getFormat()} method should provide the LLM prompt description of
|
||||
|
||||
Reference in New Issue
Block a user