mirror of
https://github.com/run-llama/workflows-ts.git
synced 2026-07-20 21:59:32 -04:00
[PR #76] feat: vercel/ai binding #85
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/run-llama/workflows-ts/pull/76
Author: @himself65
Created: 4/24/2025
Status: 🔄 Open
Base:
main← Head:himself65/data-stream📝 Commits (1)
da20c69feat: vercel/ai binding📊 Changes
22 files changed (+2386 additions, -19 deletions)
View changed files
📝
demo/hono/app.ts(+15 -0)➕
demo/next/.gitignore(+41 -0)➕
demo/next/README.md(+36 -0)➕
demo/next/next.config.ts(+7 -0)➕
demo/next/package-lock.json(+1558 -0)➕
demo/next/package.json(+26 -0)➕
demo/next/postcss.config.mjs(+5 -0)➕
demo/next/public/file.svg(+1 -0)➕
demo/next/public/globe.svg(+1 -0)➕
demo/next/public/next.svg(+1 -0)➕
demo/next/public/vercel.svg(+1 -0)➕
demo/next/public/window.svg(+1 -0)➕
demo/next/src/app/favicon.ico(+0 -0)➕
demo/next/src/app/globals.css(+26 -0)➕
demo/next/src/app/layout.tsx(+34 -0)➕
demo/next/src/app/page.tsx(+33 -0)➕
demo/next/tsconfig.json(+27 -0)📝
demo/package.json(+2 -0)➕
demo/workflows/ai-chat-workflow.ts(+20 -0)📝
packages/core/package.json(+19 -0)...and 2 more files
📄 Description
basic example:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.