Hacker News new | ask | show | jobs
by vorticalbox 945 days ago
They do, chatGPT returns a list of tools it wants (this the right term?) to call and the arguments to call it with.

Up to the developer to map the args to the function and give the result back in the message history.

2 comments

You misunderstood me. I’m saying instead of being a GUI, this could be a ChatGPT plug-in. That way the developer can focus on providing a smart API that does what the user wants, and not wasting time writing a GUI.
Why is writing a better UI a waste of time?
Plugins use webhooks; tools work the way you describe.