(c *gin.Context)
| 331 | type AgentHandlerInterface interface { |
| 332 | CreateSession(c *gin.Context) |
| 333 | GetSession(c *gin.Context) |
| 334 | ListSessions(c *gin.Context) |
| 335 | DeleteSession(c *gin.Context) |
| 336 | SendMessage(c *gin.Context) |
no outgoing calls
no test coverage detected