Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CopilotKit/CopilotKit
/ run-handler-schema.test.ts
File
run-handler-schema.test.ts
packages/core/src/core/__tests__/run-handler-schema.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, expect, it } from
"vitest"
;
2
import
{ z } from
"zod"
;
3
import
{ RunHandler } from
"../run-handler"
;
4
import
type
{ CopilotKitCore } from
"../core"
;
Callers
nothing calls this directly
Calls
3
createRunHandler
Function · 0.70
buildFrontendTools
Method · 0.65
initialize
Method · 0.45
Tested by
no test coverage detected