logoalt Hacker News

cube2222yesterday at 8:19 PM1 replyview on HN

When you make API calls to generate chat completions, you specify a list of tools. They can be MCP tools, or just arbitrary tool metadata.

The API will then respond when it needs the client code to compute a tool output.


Replies

vessenesyesterday at 10:37 PM

got it, thanks!