Cross-Provider Workflow
NVIDIA NIM Chat to Airtable Record
Version 1.0.0
Generate a chat completion with NVIDIA NIM, then save it as an Airtable record.
Providers Orchestrated
Workflows
chat-to-record
Generate an NVIDIA NIM completion and store it in Airtable.
Sends a prompt to NVIDIA NIM chat completions, captures the assistant message, and creates an Airtable record holding the prompt and the reply.
1
generate-reply
$sourceDescriptions.nvidiaNimApi.createChatCompletion
Prompt NVIDIA NIM chat completions for a reply.
2
save-record
$sourceDescriptions.airtableApi.createRecords
Create an Airtable record with the prompt and generated reply.
Source API Descriptions
openapi