mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-15 22:47:59 +00:00
address feedback
This commit is contained in:
parent
0eaca98229
commit
fe072620c8
9 changed files with 16 additions and 33 deletions
|
@ -26,7 +26,7 @@ class Resource(BaseModel):
|
|||
description="Unique identifier for this resource in llama stack"
|
||||
)
|
||||
|
||||
provider_resource_identifier: str = Field(
|
||||
provider_resource_id: str = Field(
|
||||
description="Unique identifier for this resource in the provider",
|
||||
default=None,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue