Show and tell: OpenAI Responses tool calls for WorkPaper spreadsheets #335
gregkonush
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I added a small OpenAI Responses tool-call wrapper for Bilig WorkPaper.
The use case is narrow: an agent writes workbook inputs, reads the calculated values the workbook produced, and saves the WorkPaper document as JSON. The workbook stays application-side. The model only receives explicit tool results such as edited cell, previous value, calculated value, persisted bytes, restore checks, and verification status.
This is intentionally an explicit tool contract, not terminal control and not screen automation. It is useful when a service or agent needs formulas, cell addresses, readback, and durable state without driving Excel, Sheets, or a browser grid.
Start here:
No-key package checks:
Feedback that would help:
function_call_outputevents, not just the final loop?I am not presenting this as an Excel clone. The goal is a practical workbook runtime for TypeScript services and agent tools that need formulas, edits, readback, and durable state.
All reactions