We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a11d99 commit bbf1c7bCopy full SHA for bbf1c7b
1 file changed
apps/sim/tools/agentphone/get_number_messages.ts
@@ -77,7 +77,7 @@ export const agentphoneGetNumberMessagesTool: ToolConfig<
77
output: {
78
data: (data.data ?? []).map((msg: Record<string, unknown>) => ({
79
id: (msg.id as string) ?? '',
80
- from_: (msg.from_ as string) ?? (msg.from as string) ?? '',
+ from_: (msg.from_ as string) ?? '',
81
to: (msg.to as string) ?? '',
82
body: (msg.body as string) ?? '',
83
direction: (msg.direction as string) ?? '',
0 commit comments