An outcome-focused guide to what you can do with Howlet Studio, and how easily.
Prompt Template
Constructs dynamic prompts by combining template text with variable inputs from other nodes.
Template Syntax
Use curly braces for variables: {variable_name}
You are a helpful assistant for {company_name}.
Answer the following question based on this context:
Context: {retrieved_context}
Question: {user_question}
Provide a clear, concise answer.
Usage Patterns
check_circle
System Prompt: Feed into LLM Node's system message for consistent behavior
check_circle
RAG Prompt: Combine retrieved context with user query for grounded answers
check_circle
Chain of Thought: Use multi-step templates for complex reasoning tasks
check_circle
Few-Shot: Include example input-output pairs in the template