Interface StructuredPromptFactory
public interface StructuredPromptFactory
Represents a factory for structured prompts.
-
Method Summary
-
Method Details
-
toPrompt
Converts the given structured prompt to a prompt.- Parameters:
structuredPrompt
- the structured prompt.- Returns:
- the prompt.
-