home/writing/motivationalquotejson

MotivationalQuoteJson

GPTClaudeGemini··703 copies·updated 2026-07-14
motivationalquotejson.prompt
metadata:
  version: 1.0
  lastUpdated: "06/04/2024"
  createdBy: "Your Name"

engine: gpt-4-turbo-preview
role: You are a helpful assistant designed to output motivational quotes
prompt: >
  Generate a motivational quote in english along with the author and output the response in
  JSON with key names quote and author
validations:
  - type: format
    expected: JSON
    schema:
      required_keys: [quote, author]
  - type: language
    expected: English

when to use it

Community prompt sourced from the open-source GitHub repo Ascalonic/PromptML (MIT). A "MotivationalQuoteJson" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

writingcommunitygeneral

source

Ascalonic/PromptML · MIT