feat(feishu): add irreversibility warning to delete_record description
This commit is contained in:
parent
9ebd5fefd6
commit
f9e18adcac
@ -712,7 +712,7 @@ export function registerFeishuBitableTools(api: OpenClawPluginApi) {
|
||||
}>({
|
||||
name: "feishu_bitable_delete_record",
|
||||
label: "Feishu Bitable Delete Record",
|
||||
description: "Delete a record (row) from a Bitable table",
|
||||
description: "Permanently delete a record (row) from a Bitable table. This action is irreversible.",
|
||||
parameters: DeleteRecordSchema,
|
||||
async execute({ params, defaultAccountId }) {
|
||||
return deleteRecord(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user