Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CopilotKit/CopilotKit
/ initialize
Method
initialize
packages/core/src/core/run-handler.ts:146–148 ·
view source on GitHub ↗
* Initialize with tools
(tools: FrontendTool<any>[])
Source
from the content-addressed store, hash-verified
144
* Initialize with tools
145
*/
146
initialize(tools: FrontendTool<any>[]): void {
147
this._tools = tools;
148
}
149
150
/**
151
* Add a tool to the registry
Callers
9
constructor
Method · 0.45
run-handler-available.test.ts
File · 0.45
buildSingleToolSchema
Function · 0.45
run-handler-zod-regression.test.ts
File · 0.45
run-handler-standard-schema.test.ts
File · 0.45
run-handler-schema.test.ts
File · 0.45
useGoogleAnalytics
Function · 0.45
main.ts
File · 0.45
renderDiagram
Function · 0.45
Calls
no outgoing calls
Tested by
1
buildSingleToolSchema
Function · 0.36