Structs§
- Chat
Prompt Template - A chat prompt template that renders a sequence of messages.
- FewShot
Chat Message Prompt Template - A few-shot chat message prompt template that injects examples before the user query.
- FewShot
Example - An example for few-shot prompting, consisting of input/output pairs.
- FewShot
Prompt Template - A string-based few-shot prompt template (as opposed to
FewShotChatMessagePromptTemplatewhich producesVec<Message>). - Prompt
Template - Semantic
Similarity Example Selector - Selects examples based on semantic similarity using embeddings.
Enums§
- Message
Template - A template component that produces one or more Messages.
- Prompt
Error
Traits§
- Example
Selector - Trait for selecting examples for few-shot prompting.