Skip to content

Commit f201f60

Browse files
committed
fix naming
1 parent 8a11315 commit f201f60

2 files changed

Lines changed: 3 additions & 3 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
}

docs/Actions/AI/types.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ thinkingBudget: {
136136
}}
137137
/>
138138

139-
# ANTHROPIC_SETTINGS
139+
# AI_ANTHROPIC_SETTINGS
140140
No documentation provided for this type.
141141

142142
<TypeTable type={{

0 commit comments

Comments
 (0)