mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-28 02:22:00 +00:00
feat: add responses input items api
# What does this PR do? ## Test Plan
This commit is contained in:
parent
5844c2da68
commit
de47dc4d8b
9 changed files with 546 additions and 12 deletions
|
|
@ -216,7 +216,7 @@ OpenAIResponseInputTool = Annotated[
|
|||
register_schema(OpenAIResponseInputTool, name="OpenAIResponseInputTool")
|
||||
|
||||
|
||||
class OpenAIResponseInputItemList(BaseModel):
|
||||
class ListOpenAIResponseInputItem(BaseModel):
|
||||
data: list[OpenAIResponseInput]
|
||||
object: Literal["list"] = "list"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue