Fix ResponseFormat import

This commit is contained in:
Ashwin Bharambe 2025-01-28 09:34:05 -08:00
parent aee6237685
commit 41749944a5

View file

@ -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,