Skip to content

Instantly share code, notes, and snippets.

View marco-mendes's full-sized avatar

Marco Mendes marco-mendes

View GitHub Profile
import {assertString} from 'plugins/assert'
type TemplateContext = {
input: string
customPrompt?: string
}
type Template = (context: TemplateContext) => string
type ServerPredictionPrompt = {