is there an example of an agent tool that makes an outbound call? Ive seen in the documentation how to setup a standalone outbound call based agent but in my case Im building an agent that takes an inbound call, and then based on a tool trigger makes a subsequent outbound call to another caller to gather additional information before ending its workflow
does anyone have any documentation pointers or examples of a tool implementation that does something similar?
TY! This isn’t exactly what Im looking for but the agent example shows how in code I can write a tool that does what I want, theoretically it should be straight fwd to then simply add that tool to my agent. Ill report back if i cant get it working