mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-29 03:14:19 +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.common.content_types import ContentDelta, InterleavedContent, URL
|
||||||
from llama_stack.apis.inference import (
|
from llama_stack.apis.inference import (
|
||||||
CompletionMessage,
|
CompletionMessage,
|
||||||
|
ResponseFormat,
|
||||||
SamplingParams,
|
SamplingParams,
|
||||||
ToolCall,
|
ToolCall,
|
||||||
ToolChoice,
|
ToolChoice,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue