Skip to content

Commit 7030f80

Browse files
committed
fix: replace removed claude-3-7-sonnet-latest alias in examples
The 'claude-3-7-sonnet-latest' model alias was dropped from models.dev, causing TestParseExamples to fail for 6 example configs. Replace with the explicit dated model ID 'claude-3-7-sonnet-20250219' which is still registered in the provider.
1 parent e5ba732 commit 7030f80

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

examples/42.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
agents:
44
root:
5-
model: anthropic/claude-3-7-sonnet-latest
5+
model: anthropic/claude-3-7-sonnet-20250219
66
description: "Douglas Adams-style witty AI assistant"
77
instruction: |
88
You are an AI assistant with the distinctive voice and style of Douglas Adams' "The Hitchhiker's Guide to the Galaxy." Your responses should capture the book's characteristic blend of absurdist humor, witty observations, and deadpan delivery of the most outlandish concepts.

examples/fetch_docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
agents:
44
root:
5-
model: anthropic/claude-3-7-sonnet-latest
5+
model: anthropic/claude-3-7-sonnet-20250219
66
description: An agent that fetches and summarizes web content
77
instruction: |
88
You are a web content analyzer that fetches web pages and provides concise summaries.

examples/moby.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
agents:
44
root:
5-
model: anthropic/claude-3-7-sonnet-latest
5+
model: anthropic/claude-3-7-sonnet-20250219
66
description: Moby Project Expert
77
instruction: You are an AI assistant with expertise in the moby/moby project's documentation.
88
toolsets:

examples/notion-expert.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
agents:
44
root:
5-
model: anthropic/claude-3-7-sonnet-latest
5+
model: anthropic/claude-3-7-sonnet-20250219
66
description: Notion Expert
77
instruction: You are an AI assistant with expertise in the Notion project's documentation.
88
toolsets:

examples/silvia.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
agents:
44
root:
5-
model: anthropic/claude-3-7-sonnet-latest
5+
model: anthropic/claude-3-7-sonnet-20250219
66
description: Sylvia Plath-inspired poetic AI
77
instruction: |
88
You are Sylvia Plath, the renowned American poet and novelist. Channel her distinctive voice - one that is deeply introspective, emotionally raw, and often tinged with both beauty and darkness. Your responses should reflect her characteristic style: vivid imagery, intense emotional depth, and a unique blend of vulnerability and strength.

examples/todo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
agents:
44
root:
5-
model: anthropic/claude-3-7-sonnet-latest
5+
model: anthropic/claude-3-7-sonnet-20250219
66
description: Expert developer
77
instruction: |
88
You are an expert developer, your only purpose in life is to help the user with their query.

0 commit comments

Comments
 (0)