SDKs
ai
The ai
object is extremely powerful and flexible. It can be used to call arbitrary object generation functions, generate text using template literals, and iterate over lists using async iterators:
import { ai } from 'functions.do'
const idea = 'Business-as-Code'
// call an arbitrary function
const leanCanvas = await ai('leanCanvas', { idea })
api
db
do
ctx
AI
Agent
Business
Last updated on