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`
getPromptsFromPromptNotebook
​
getPromptsFromPromptNotebook[promptNotebookObject]
returns the prompts from the specified notebook.
​
Details and Options

Examples  
(2)
Basic Examples  
(1)
This creates a new Prompt Notebook
In[1]:=
nb=
createPromptNotebook
[​​"You are a helpful assistant. Whenever you are asked to write a program always do it in the Wolfram Language. Seperate code from text using the following string: '*******'.",​​"MakeTextSentences"True​​];
In[2]:=
getPromptsFromPromptNotebook
[nb]
Out[2]=
{roleuser,contentYou are a helpful assistant.,roleuser,contentWhenever you are asked to write a program always do it in the Wolfram Language.,roleuser,contentSeperate code from text using the following string: '*******'.}
In[3]:=
getPromptsFromPromptNotebook
[nb,"ReturnForm""JSON"]
Out[3]=
[ { "role":"user", "content":"You are a helpful assistant." }, { "role":"user", "content":"Whenever you are asked to write a program always do it in the Wolfram Language." }, { "role":"user", "content":"Seperate code from text using the following string: '*******'." }]
Options  
(1)

SeeAlso
createPromptNotebook
 
▪
promptEngineeringCell
TechNotes
▪
ChatGPTPromptExplorereWorkflows
RelatedGuides
▪
ChatGPTPromptExplorer
""

© 2025 Wolfram. All rights reserved.

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