Skip to content

Commit 89db7f8

Browse files
committed
.
1 parent 4a072ba commit 89db7f8

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

  • 37-vanilla-agent-custom-features/vanilla_agent_custom_features

37-vanilla-agent-custom-features/vanilla_agent_custom_features/main.py

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,14 @@ def get_copilot_description():
5858
"default": "claude-sonnet-4-20250514",
5959
"description": "Select the LLM model to use.",
6060
"options": [
61-
{"label": "Claude Opus 4", "value": "claude-opus-4-0-20250514"},
62-
{"label": "Claude Sonnet 4", "value": "claude-sonnet-4-20250514"},
61+
{
62+
"label": "Claude Opus 4",
63+
"value": "claude-opus-4-0-20250514",
64+
},
65+
{
66+
"label": "Claude Sonnet 4",
67+
"value": "claude-sonnet-4-20250514",
68+
},
6369
{"label": "GPT-4o", "value": "gpt-4o"},
6470
{"label": "GPT-4o mini", "value": "gpt-4o-mini"},
6571
],

0 commit comments

Comments
 (0)