Skip to content

Commit 4a7fc21

Browse files
committed
fix(linq): mark list_phone_numbers healthStatus output nullable
healthStatus returns null when Linq omits reputation/health_status; declare nullable: true to match the runtime value (same as forwardingNumber).
1 parent 8f8db29 commit 4a7fc21

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/sim/tools/linq/list_phone_numbers.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ export const linqListPhoneNumbersTool: ToolConfig<
7272
healthStatus: {
7373
type: 'json',
7474
description: 'Line reputation/health status (status, doc_url)',
75+
nullable: true,
7576
},
7677
},
7778
},

0 commit comments

Comments
 (0)