Documentation

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

  • System Prompt: Feed into LLM Node's system message for consistent behavior
  • RAG Prompt: Combine retrieved context with user query for grounded answers
  • Chain of Thought: Use multi-step templates for complex reasoning tasks
  • Few-Shot: Include example input-output pairs in the template