Skip to content

Commit 9ce0ae6

Browse files
committed
fix(schema): correct filename for custom LLM schema
Updated the filename constant from `autodev-custom-llm.json` to `autodev-custom-llms.json` for consistency.
1 parent 16a47c0 commit 9ce0ae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/kotlin/cc/unitmesh/devti/custom/schema/CustomLlmSchemaFileProvider.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ class CustomLlmSchemaFileProvider(val project: Project) : JsonSchemaFileProvider
2424
override fun getSchemaType(): SchemaType = SchemaType.embeddedSchema
2525

2626
companion object {
27-
private const val CUSTOM_LLM_SCHEMA_FILE = "autodev-custom-llm.json"
27+
private const val CUSTOM_LLM_SCHEMA_FILE = "autodev-custom-llms.json"
2828
}
2929
}

0 commit comments

Comments
 (0)