Function: toolsToTransformersJsTools()
ts
function toolsToTransformersJsTools(
tools: readonly (Tool<SpooledArtifact> | ArtifactTool)[],
deps?: {
descriptionToChatCompletionsJsonSchema: (d: DescriptionLike) => JsonSchema;
},
): TransformersJsTool[];Defined in: src/batteries/llm/transformers_js/helpers.ts:120
Convert ADK @nhtio/adk!Tool / @nhtio/adk!ArtifactTool instances into the transformers.js tools array shape (OpenAI-function-shaped — what apply_chat_template expects).
Parameters
| Parameter | Type |
|---|---|
tools | readonly ( | Tool<SpooledArtifact> | ArtifactTool)[] |
deps | { descriptionToChatCompletionsJsonSchema: (d: DescriptionLike) => JsonSchema; } |
deps.descriptionToChatCompletionsJsonSchema | (d: DescriptionLike) => JsonSchema |