Skip to content

Commit c5ee4d7

Browse files
authored
Merge pull request #2313 from trungutt/fix/example-model-alias
fix: replace removed claude-3-7-sonnet-latest alias in examples
2 parents dc0dd32 + 7030f80 commit c5ee4d7

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)