Handoffs returns the list of handoff agents
()
| 153 | |
| 154 | // Handoffs returns the list of handoff agents |
| 155 | func (a *Agent) Handoffs() []*Agent { |
| 156 | return a.handoffs |
| 157 | } |
| 158 | |
| 159 | // ForceHandoff returns the agent that unconditionally receives the |
| 160 | // conversation when this agent produces a final response, or nil when |
no outgoing calls
no test coverage detected