mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-06 10:42:39 +00:00
lint
This commit is contained in:
parent
97c1406773
commit
a31b5da5cc
1 changed files with 1 additions and 1 deletions
|
@ -25,6 +25,7 @@ from pydantic import BaseModel, ConfigDict, Field
|
|||
from llama_stack.apis.common.content_types import ContentDelta, InterleavedContent, URL
|
||||
from llama_stack.apis.inference import (
|
||||
CompletionMessage,
|
||||
ResponseFormat,
|
||||
SamplingParams,
|
||||
ToolCall,
|
||||
ToolChoice,
|
||||
|
@ -32,7 +33,6 @@ from llama_stack.apis.inference import (
|
|||
ToolResponse,
|
||||
ToolResponseMessage,
|
||||
UserMessage,
|
||||
ResponseFormat
|
||||
)
|
||||
from llama_stack.apis.safety import SafetyViolation
|
||||
from llama_stack.apis.tools import ToolDef
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue