extrait 0.1.2 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -1
- package/dist/index.cjs +741 -56
- package/dist/index.js +741 -56
- package/dist/providers/mcp-runtime.d.ts +1 -0
- package/package.json +1 -1
|
@@ -36,3 +36,4 @@ export declare function normalizeMaxToolRounds(value: number | undefined): numbe
|
|
|
36
36
|
export declare function parseToolArguments(value: unknown): unknown;
|
|
37
37
|
export declare function stringifyToolOutput(value: unknown): string;
|
|
38
38
|
export declare function formatToolExecutionDebugLine(execution: LLMToolExecution): string;
|
|
39
|
+
export declare function sanitizeToolName(input: string): string;
|