function createFrozenRegistry(tools): ToolRegistry;function createFrozenRegistry(tools): ToolRegistry;Defined in: packages/typescript/ai/src/tool-registry.ts:119
Create a frozen (immutable) tool registry from a tools array.
This is used internally to wrap static tools arrays for backward compatibility. Add and remove operations are no-ops on frozen registries.
Tool<SchemaInput, SchemaInput, string>[] = []
The static array of tools
A frozen ToolRegistry