Skip to content

Commit 5713dae

Browse files
Apply suggestions from code review
1 parent e4f94d1 commit 5713dae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/gmail/actions/find-email/find-email.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ export default {
1717
},
1818
withTextPayload: {
1919
type: "boolean",
20-
label: "With Text Payload",
21-
description: "Whether you want to convert the payload response into a single text field. **This reduces the size of the payload and makes it easier for LLM work with.**",
20+
label: "Return payload as plaintext",
21+
description: "Convert the payload response into a single text field. **This reduces the size of the payload and makes it easier for LLMs work with.**",
2222
default: false,
2323
},
2424
labels: {

0 commit comments

Comments
 (0)