Y
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
CGamesPlay
945 days ago
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.
link
kordlessagain
945 days ago
Why is writing a better UI a waste of time?
link
fzzzy
945 days ago
Plugins use webhooks; tools work the way you describe.
link