Show and tell: OpenAI Responses tool calls for WorkPaper spreadsheets #335
gregkonush
started this conversation in
Show and tell
Replies: 2 comments
-
|
https://github.com/upstairsupstairs33/chatgpt-browser-terminal-agent, no need for an open ai api key anymore check it out tell everyone |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
There is no tool call with this simple code i made, it gives chatgpt terminal access it can do anything we can do, chatgpt actually pretty good at using things like burpsuite adobe photoshop i havnt found a software that it couldnt use yet..... try it out and let me know what you think, no more need for tool calling |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
I added a small OpenAI Responses API tool-call wrapper for
@bilig/headless.The use case is narrow: an agent needs to write workbook inputs, read the calculated values the workbook produced, and save 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, and verification checks.
Start here:
What I want feedback on:
function_call_outputevents, not just the final loop?I am deliberately not presenting this as a complete Excel clone. The goal is a practical workbook runtime for TypeScript services and agent tools that need formulas, edits, readback, and durable state without screen scraping a spreadsheet UI.
Beta Was this translation helpful? Give feedback.
All reactions