Skip to content

Commit 5c2ebc3

Browse files
committed
chore(skills): remove model reference from code-interpreter and problem-solver skills
1 parent 3dc4d89 commit 5c2ebc3

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

skills/code-interpreter/SKILL.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
name: code-interpreter
33
description: Execute code snippets and scripts in the sandbox. Supports Python 3 and Node.js. Use for calculations, data processing, file generation, and scripting tasks.
44
tags: [code, execution, scripting]
5-
model: qwen/qwen3-235b-a22b
65
tools:
76
- read_file
87
- write_file

skills/problem-solver/SKILL.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
name: problem-solver
33
description: Decompose and solve complex multi-step problems. Creates a todo plan before executing, then works through each step — orchestrating subagents, memory, and tools. Inspired by LangChain plan-and-execute agents.
44
tags: [orchestration, reasoning, planning]
5-
model: qwen/qwen3-235b-a22b
65
tools:
76
- plan_create
87
- plan_update

0 commit comments

Comments
 (0)