Wolfram Language Paclet Repository

Community-contributed installable additions to the Wolfram Language

Primary Navigation

    • Cloud & Deployment
    • Core Language & Structure
    • Data Manipulation & Analysis
    • Engineering Data & Computation
    • External Interfaces & Connections
    • Financial Data & Computation
    • Geographic Data & Computation
    • Geometry
    • Graphs & Networks
    • Higher Mathematical Computation
    • Images
    • Knowledge Representation & Natural Language
    • Machine Learning
    • Notebook Documents & Presentation
    • Scientific and Medical Data & Computation
    • Social, Cultural & Linguistic Data
    • Strings & Text
    • Symbolic & Numeric Computation
    • System Operation & Setup
    • Time-Related Computation
    • User Interface Construction
    • Visualization & Graphics
    • Random Paclet
    • Alphabetical List
  • Using Paclets
    • Get Started
    • Download Definition Notebook
  • Learn More about Wolfram Language

ChatGPTPromptExplorer

Guides

  • ChatGPTPromptExplorer

Tech Notes

  • ChatGPTPromptExplorer Workflows
  • ChatGPTPromptExplorer
  • Designing an LLMFunction
  • Experimenting with Prompts
  • Working with Chatbooks
  • Working with https://chat.openai.com/
  • Working with the Prompt Repository

Symbols

  • ChatGPTPromptExplorerGeneralPalette
  • ChatGPTPromptExplorerUIElement
  • ChatGPTQAPI
  • createPromptNotebook
  • getAllOpenAIModels
  • getPromptsFromPromptNotebook
  • promptEngineeringCell
  • $openAIAPIKey
DavidReiss`ChatGPTPromptExplorer`ChatGPTPromptExplorer`
createPromptNotebook
​
createPromptNotebook[]
creates a prompt notebook. with a single promptEngineeringCell.
​
​
createPromptNotebook[string]
creates a prompt notebook with the " content " fields of the promptEngineeringCells set to the string or set to multiple promptEngineeringCells depending on the setting of the " MakeTextSentences " option.
​
​
createPromptNotebook[ChatObject]
creates a prompt notebook with the role, name, and content fields filled in from the supplied ChatObject.
​
Details and Options

Examples  
(2)
Basic Examples  
(1)
Make a prompt notebook with a single promptEngineeringCell with its default settings.
In[1]:=
createPromptNotebook
[];
Make a prompt notebook with a single promptEngineeringCell with its "content" field filled in.
In[2]:=
createPromptNotebook
["You are a userful Assistant."];
Make a prompt notebook with multiple promptEngineeringCells with their "content" fields filled in with the sentences contained in the argument.
In[3]:=
createPromptNotebook
[​​"You are a userful Assistant. Return all answes in the form of a poem.",​​"MakeTextSentences"True];
Options  
(1)

SeeAlso
promptEngineeringCell
 
▪
getPromptsFromPromptNotebook
TechNotes
▪
ChatGPTPromptExplorer
▪
ChatGPTPromptExplorer Workflows
▪
Working with the Prompt Repository
RelatedGuides
▪
ChatGPTPromptExplorer
""

© 2025 Wolfram. All rights reserved.

  • Legal & Privacy Policy
  • Contact Us
  • WolframAlpha.com
  • WolframCloud.com