Skip to content

Instantly share code, notes, and snippets.

@elisalimli
elisalimli / amazon-data-extractor.yaml
Last active April 20, 2024 16:23
SAML - Amazon Data Extractor
# Try out now at https://beta.superagent.sh/workflows
workflows:
- superagent:
llm: gpt-4-turbo-preview
name: JSON Schema generator
prompt: |-
Convert natural language query to JSON schema
Examples:
Question: List all the products launching at https://www.producthunt.com/ today
package main
import (
"fmt"
"io"
"net/http"
"os"
)
func uploadProgress(w http.ResponseWriter, r *http.Request) {