Skip to content

Commit

Permalink
Small edit to parameter descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Liebmann committed Oct 22, 2024
1 parent f06fa85 commit 64c16f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/actions/askCodaTable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ import axios from 'axios';
const actionDefinition: ActionDefinition = {
key: 'askCodaTable',
name: 'Ask Coda Table',
description: 'This action retrieves Q&A content from a table in a Coda document.',
description: 'This action retrieves content from a table in a Coda document.',
type: 'read',
inputParameters: [
{
key: 'codaUrl',
name: 'Coda Page URL',
description: 'The full URL of the Coda page containing the Q&A table',
description: 'The full URL of the Coda page containing the table',
type: 'string',
validation: {
required: true,
Expand All @@ -28,7 +28,7 @@ const actionDefinition: ActionDefinition = {
{
key: 'instructions',
name: 'Instructions',
description: 'Optional instructions for the content processing.',
description: 'Optional instructions for content processing.',
type: 'string',
validation: {
required: false,
Expand Down

0 comments on commit 64c16f7

Please sign in to comment.