←back to thread

129 points ericciarla | 5 comments | | HN request time: 0.825s | source
1. TZubiri ◴[] No.40713726[source]
I do this for a living, Ask Me Anything.

Before they were called tools they were called function calls in ChatGpt.

Before that we had response_format = "json_object"

And even before that we were prompting with function signatures and asking it to output parameters.

replies(3): >>40715632 #>>40722512 #>>40723032 #
2. cpursley ◴[] No.40715632[source]
Are you working on a product or doing consulting?
replies(1): >>40721312 #
3. TZubiri ◴[] No.40721312[source]
Consulting: goldenwordai.com

Product (Unreleased): silverletterai.com

4. openmajestic ◴[] No.40722512[source]
It was called tool use before ChatGpt existed.
5. bhl ◴[] No.40723032[source]
What’s the difference between tool calling and “agents”?

How would you handle map-reduce type of tool calls where you have a lot of parallel tools that you want to merge later on? What’s a good way to scale that without running into API limits?