Template
Explain the following code to a non-technical audience: {code}
{
"explanation": "Clear explanation in simple language"
}
496d0df2-90ab-4eca-b3a7-0b85e492f9e1
Run in your code
javascript
python
php
ruby
go
java
swift
dart
kotlin
csharp
curl
import { JigsawStack } from "jigsawstack";
const jigsaw = JigsawStack({
apiKey: "your api key here"
});
const response = await jigsaw.prompt_engine.run({
"id": "496d0df2-90ab-4eca-b3a7-0b85e492f9e1",
"input_values": {
"code": "your value here"
}
})
$
npm i jigsawstack
Try prompt template
Explain Code to Non-Technical Audience Preview (Alpha)
Try all advanced features ->
Run to see results
Resources