diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..59fb380 Binary files /dev/null and b/.DS_Store differ diff --git a/action.yml b/action.yml index f35e314..20b84f1 100644 --- a/action.yml +++ b/action.yml @@ -101,7 +101,7 @@ runs: allowed_tools: ${{ env.ALLOWED_TOOLS }} disallowed_tools: ${{ env.DISALLOWED_TOOLS }} timeout_minutes: ${{ inputs.timeout_minutes }} - anthropic_model: ${{ inputs.model || inputs.anthropic_model }} + model: ${{ inputs.model || inputs.anthropic_model }} mcp_config: ${{ steps.prepare.outputs.mcp_config }} use_bedrock: ${{ inputs.use_bedrock }} use_vertex: ${{ inputs.use_vertex }} diff --git a/src/.DS_Store b/src/.DS_Store new file mode 100644 index 0000000..10a9e37 Binary files /dev/null and b/src/.DS_Store differ diff --git a/test/mockContext.ts b/test/mockContext.ts index c93acc1..446a262 100644 --- a/test/mockContext.ts +++ b/test/mockContext.ts @@ -10,7 +10,7 @@ import type { const defaultInputs = { triggerPhrase: "/claude", assigneeTrigger: "", - anthropicModel: "claude-3-7-sonnet-20250219", + anthropicModel: "claude-3-5-sonnet-20241022", allowedTools: "", disallowedTools: "", customInstructions: "",