接口 StructuredPromptFactory
- 所有已知实现类:
DefaultStructuredPromptFactory
public interface StructuredPromptFactory
Represents a factory for structured prompts.
-
方法概要
-
方法详细资料
-
toPrompt
Converts the given structured prompt to a prompt.- 参数:
structuredPrompt- the structured prompt.- 返回:
- the prompt.
-