mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-28 02:53:30 +00:00
Fix ResponseFormat import
This commit is contained in:
parent
aee6237685
commit
41749944a5
1 changed files with 1 additions and 0 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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue