Skip to main content

Crate synaptic_prompts

Crate synaptic_prompts 

Source

Structs§

ChatPromptTemplate
A chat prompt template that renders a sequence of messages.
FewShotChatMessagePromptTemplate
A few-shot chat message prompt template that injects examples before the user query.
FewShotExample
An example for few-shot prompting, consisting of input/output pairs.
FewShotPromptTemplate
A string-based few-shot prompt template (as opposed to FewShotChatMessagePromptTemplate which produces Vec<Message>).
PromptTemplate
SemanticSimilarityExampleSelector
Selects examples based on semantic similarity using embeddings.

Enums§

MessageTemplate
A template component that produces one or more Messages.
PromptError

Traits§

ExampleSelector
Trait for selecting examples for few-shot prompting.