mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-27 18:50:41 +00:00
Import from the right path (#708)
Import BaseModel and Field from pydantic
This commit is contained in:
parent
750604c7af
commit
d9f75cc98f
2 changed files with 4 additions and 3 deletions
|
@ -6,9 +6,10 @@
|
|||
|
||||
from typing import Any, Dict, List, Literal, Optional, Protocol, Union
|
||||
|
||||
from llama_models.llama3.api.datatypes import BaseModel, Field
|
||||
from llama_models.schema_utils import json_schema_type, webmethod
|
||||
|
||||
from pydantic import BaseModel, Field
|
||||
|
||||
from typing_extensions import Annotated
|
||||
|
||||
from llama_stack.apis.agents import AgentConfig
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue