PromptSpace
  • PromptSpace
  • PSL Docs
    • Why PSL?
    • How PSL Works?
    • PSL Format Overview
    • Getting Started
    • Hello World
    • More on Prompts
    • Priming a model
    • Chaining Sections
    • Form inputs
    • Structured outputs
    • Configuring the App
  • Features
  • Roadmap
  • Apps
    • Podcaster
    • Movie Guessing Game
  • Serverless Composability
Powered by GitBook
On this page

Was this helpful?

  1. PSL Docs

Hello World

A minimal example of a GenAI app.

[ask.name]
description = What is your name?

[prompt.greet]
message = Hello {{input.name}}

Once this hello world app is deployed it can be discovered on PromptSpace's discover page.

When a user runs the app defined by this PSL file they will be prompted for their name. Once they enter their name, they will be greeted with a Hello <Name>

PreviousGetting StartedNextMore on Prompts

Last updated 1 year ago

Was this helpful?