Skip to content

Commit 89c7da7

Browse files
committed
fix(attio): update stale create_comment tool description
Description still said "Create a comment on a list entry" after the tool gained support for commenting directly on a record or replying to an existing thread.
1 parent d2f5230 commit 89c7da7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/sim/tools/attio/create_comment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export const attioCreateCommentTool: ToolConfig<
1111
> = {
1212
id: 'attio_create_comment',
1313
name: 'Attio Create Comment',
14-
description: 'Create a comment on a list entry in Attio',
14+
description: 'Create a comment on a list entry, record, or reply to a thread in Attio',
1515
version: '1.0.0',
1616

1717
oauth: {

0 commit comments

Comments
 (0)