File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,13 @@ import axios from 'axios';
4
4
const actionDefinition : ActionDefinition = {
5
5
key : 'askCodaTable' ,
6
6
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.' ,
8
8
type : 'read' ,
9
9
inputParameters : [
10
10
{
11
11
key : 'codaUrl' ,
12
12
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' ,
14
14
type : 'string' ,
15
15
validation : {
16
16
required : true ,
@@ -28,7 +28,7 @@ const actionDefinition: ActionDefinition = {
28
28
{
29
29
key : 'instructions' ,
30
30
name : 'Instructions' ,
31
- description : 'Optional instructions for the content processing.' ,
31
+ description : 'Optional instructions for content processing.' ,
32
32
type : 'string' ,
33
33
validation : {
34
34
required : false ,
You can’t perform that action at this time.
0 commit comments