1. The agent is given a declaration-only tool ("get_user_location"). 2. When the LLM decides to call it, the workflow pauses and emits a request_info event containing the FunctionCallContent. 3. The ...
Example of how to create a function that only consists of a declaration without an implementation. This is useful when you want the agent to use tools that are defined elsewhere or when you want to ...