Skip to content

Commit 64c16f7

Browse files
author
Michael Liebmann
committed
Small edit to parameter descriptions
1 parent f06fa85 commit 64c16f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/actions/askCodaTable.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ import axios from 'axios';
44
const actionDefinition: ActionDefinition = {
55
key: 'askCodaTable',
66
name: 'Ask Coda Table',
7-
description: 'This action retrieves Q&A content from a table in a Coda document.',
7+
description: 'This action retrieves content from a table in a Coda document.',
88
type: 'read',
99
inputParameters: [
1010
{
1111
key: 'codaUrl',
1212
name: 'Coda Page URL',
13-
description: 'The full URL of the Coda page containing the Q&A table',
13+
description: 'The full URL of the Coda page containing the table',
1414
type: 'string',
1515
validation: {
1616
required: true,
@@ -28,7 +28,7 @@ const actionDefinition: ActionDefinition = {
2828
{
2929
key: 'instructions',
3030
name: 'Instructions',
31-
description: 'Optional instructions for the content processing.',
31+
description: 'Optional instructions for content processing.',
3232
type: 'string',
3333
validation: {
3434
required: false,

0 commit comments

Comments
 (0)