Skip to content

Commit 5ee1614

Browse files
waleedlatif1claude
andcommitted
fix(quickbooks): describe the refund receipt update as sparse
The update path now posts a sparse body directly instead of read-merge-write, per RefundReceipt::UPDATE 'Sparse update a refund receipt'. The LLM-facing tool description still claimed a full update. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01RB5M2gk7zZgGomnQqr7WRB
1 parent 171c306 commit 5ee1614

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/sim/tools/quickbooks/update_refund_receipt.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export const quickbooksUpdateRefundReceiptTool: InternalToolConfig<
1717
> = {
1818
id: 'quickbooks_update_refund_receipt',
1919
name: 'QuickBooks Update Refund Receipt',
20-
description: 'Read, merge, and full-update a refund receipt using its current sync token',
20+
description: 'Sparse-update a refund receipt using its current sync token',
2121
version: '1.0.0',
2222
params: {
2323
accessToken: {

0 commit comments

Comments
 (0)