Skip to content

Commit 216ffec

Browse files
committed
fix naming
1 parent 971c651 commit 216ffec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

actions/ai-action/src/functions/models/anthropic/anthropicSettings.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const AnthropicSettingsSchema = z.looseObject({
88

99
export default (sdk: ActionSdk) => {
1010
return sdk.registerDataTypes({
11-
type: singleZodSchemaToTypescriptDef("ANTHROPIC_SETTINGS", AnthropicSettingsSchema),
12-
identifier: "ANTHROPIC_SETTINGS"
11+
type: singleZodSchemaToTypescriptDef("AI_ANTHROPIC_SETTINGS", AnthropicSettingsSchema),
12+
identifier: "AI_ANTHROPIC_SETTINGS"
1313
})
1414
}

0 commit comments

Comments
 (0)