scoring api update

This commit is contained in:
Xi Yan 2025-03-11 21:52:01 -07:00
parent b3ee4c00ce
commit bbb1947fb4

View file

@ -19,7 +19,6 @@ from typing import (
from pydantic import BaseModel, Field from pydantic import BaseModel, Field
from typing_extensions import Annotated from typing_extensions import Annotated
from llama_stack.apis.common.type_system import ParamType
from llama_stack.apis.resource import Resource, ResourceType from llama_stack.apis.resource import Resource, ResourceType
from llama_stack.schema_utils import json_schema_type, register_schema, webmethod from llama_stack.schema_utils import json_schema_type, register_schema, webmethod