mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-08 14:54:35 +00:00
Rename the "package" word away
This commit is contained in:
parent
98c55b63b4
commit
a36699cd11
3 changed files with 13 additions and 17 deletions
|
@ -163,10 +163,10 @@ class DistributionSpec(BaseModel):
|
|||
|
||||
|
||||
@json_schema_type
|
||||
class PackageConfig(BaseModel):
|
||||
class StackRunConfig(BaseModel):
|
||||
built_at: datetime
|
||||
|
||||
package_name: str = Field(
|
||||
image_name: str = Field(
|
||||
...,
|
||||
description="""
|
||||
Reference to the distribution this package refers to. For unregistered (adhoc) packages,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue