Skip to content

Commit 3fd3e77

Browse files
committed
fix
Signed-off-by: Aminu Oluwaseun Joshua <[email protected]>
1 parent 3a1fed4 commit 3fd3e77

File tree

1 file changed

+1
-1
lines changed
  • crates/manifest/src/schema

1 file changed

+1
-1
lines changed

crates/manifest/src/schema/v2.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ pub struct Component {
373373
/// Learn more: https://spinframework.dev/serverless-ai-api-guide#using-serverless-ai-from-applications
374374
#[serde(default, skip_serializing_if = "Vec::is_empty")]
375375
#[schemars(with = "Vec<json_schema::AIModel>")]
376-
pub ai_models: Vec<KebabId>,
376+
pub ai_models: Vec<String>,
377377
/// The component build configuration.
378378
///
379379
/// Learn more: https://spinframework.dev/build

0 commit comments

Comments
 (0)