Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vercel/chatbot
/ server.ts
File
server.ts
artifacts/code/server.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ z } from
'zod'
;
2
import
{ streamObject } from
'ai'
;
3
import
{ myProvider } from
'@/lib/ai/providers'
;
4
import
{ codePrompt, updateDocumentPrompt } from
'@/lib/ai/prompts'
;
Callers
nothing calls this directly
Calls
2
createDocumentHandler
Function · 0.90
updateDocumentPrompt
Function · 0.90
Tested by
no test coverage detected