class Llamero::PromptMessage
- Llamero::PromptMessage
- Reference
- Object
Overview
A small helper class that holds the role and content of a message in a prompt series.
Defined in:
prompts/prompt_message.crConstructors
Instance Method Summary
- #content : String
- #content=(content : String)
- #role : String
- #role=(role : String)
- #to_llm_instruction_prompt_syntax : String