Hacker News new | ask | show | jobs
by helloplanets 373 days ago
How does this differ from function calling? For example, the basic enums example for Gemini function calling:

> color_temp: { type: Type.STRING, enum: ['daylight', 'cool', 'warm'], description: 'Color temperature of the light fixture, which can be `daylight`, `cool` or `warm`.', }

https://ai.google.dev/gemini-api/docs/function-calling?examp...

1 comments

It’s the inverse of function calling. Here the function is calling the LLM, not vice versa.