address feedback

This commit is contained in:
Dinesh Yeduguru 2025-01-08 18:24:35 -08:00
parent e08b7f4432
commit a7a55748ca
8 changed files with 21 additions and 24 deletions

View file

@ -8,7 +8,6 @@ import json
from typing import Any, Dict, List, Optional
import requests
from llama_models.llama3.api.datatypes import BuiltinTool
from llama_stack.apis.common.content_types import URL
from llama_stack.apis.tools import (
@ -65,7 +64,6 @@ class WolframAlphaToolRuntimeImpl(
parameter_type="string",
)
],
built_in_type=BuiltinTool.wolfram_alpha,
)
]