Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions src/tools/run-code-tool-definitinos.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ export const RunCodeOptionsSchema = z.object({
.describe(
"Input parameters to be passed to the code execution. These parameters can be accessed within your code and must match the expected parameter schema if defined."
),
tag: z
.string()
.optional()
.describe("A version tag or an alias of the version"),
});

export const getCodingRules = async (): Promise<string> => {
Expand Down