mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-16 05:12:37 +00:00
precommit failures fixed
This commit is contained in:
parent
26a14c1d92
commit
1bcf484d83
6 changed files with 22 additions and 12 deletions
|
|
@ -7,10 +7,10 @@
|
|||
from typing import Dict, List, Literal, Optional, Protocol, runtime_checkable
|
||||
|
||||
from llama_models.schema_utils import json_schema_type, webmethod
|
||||
|
||||
from llama_stack.apis.common.type_system import JsonType, ParamType
|
||||
from pydantic import BaseModel, Field
|
||||
|
||||
from llama_stack.apis.common.type_system import ParamType
|
||||
|
||||
|
||||
@json_schema_type
|
||||
class Parameter(BaseModel):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue