Skip to content

Commit c1b2705

Browse files
author
Michael Liebmann
committed
Changed keys to make more transaprent for LLM
1 parent df922b8 commit c1b2705

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/actions/updateSpecificFieldOfRecord.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,17 @@ const actionDefinition: ActionDefinition = {
2727
},
2828
},
2929
{
30-
key: 'record',
30+
key: 'recordId',
3131
name: 'Record Identifier',
32-
description: 'Value to replace {record} placeholder in the query',
32+
description: 'Value to replace {record_id} placeholder in the query',
3333
type: 'string',
3434
validation: {
3535
required: true,
3636
},
3737
},
3838
{
39-
key: 'updateValue',
40-
name: 'Update Value',
39+
key: 'newValue',
40+
name: 'New Value',
4141
description: 'New value to replace {new_value} placeholder in the query',
4242
type: 'string',
4343
validation: {

0 commit comments

Comments
 (0)