Skip to content

Commit

Permalink
names.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgrammel committed Oct 24, 2024
1 parent 1be04fe commit 121cde4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/anthropic/src/anthropic-tools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const Bash20241022Parameters = z.object({
});

/**
* Creates a tool for running a bash command.
* Creates a tool for running a bash command. Must have name "bash".
*
* @param execute - The function to execute the tool. Optional.
*/
Expand Down Expand Up @@ -61,7 +61,7 @@ const TextEditor20241022Parameters = z.object({
});

/**
* Creates a tool for editing text.
* Creates a tool for editing text. Must have name "str_replace_editor".
*
* @param execute - The function to execute the tool. Optional.
*/
Expand Down Expand Up @@ -144,7 +144,7 @@ const Computer20241022Parameters = z.object({
});

/**
* Creates a tool for executing actions on a computer.
* Creates a tool for executing actions on a computer. Must have name "computer".
*
* @param displayWidthPx - The width of the display being controlled by the model in pixels.
* @param displayHeightPx - The height of the display being controlled by the model in pixels.
Expand Down

0 comments on commit 121cde4

Please sign in to comment.