Cross-Provider Workflow
Hyperbolic Chat to Google Sheets Row
Version 1.0.0
Generate a Hyperbolic chat completion, then append it as a Google Sheets row.
Providers Orchestrated
Workflows
chat-to-sheet-row
Generate a Hyperbolic completion and append it to a Google Sheet.
Sends a prompt to Hyperbolic chat completions, captures the reply, and appends a row containing the prompt and the reply to the target sheet range.
1
generate-answer
$sourceDescriptions.hyperbolicApi.createChatCompletion
Prompt Hyperbolic chat completions for an answer.
2
append-row
$sourceDescriptions.googleSheetsApi.appendValues
Append the prompt and answer as a row in the Google Sheet.
Source API Descriptions
openapi