get_session_from_path

Function get_session_from_path 

Source
pub async fn get_session_from_path(
    __arg0: State<SessionController>,
    __arg1: Path<SessionPathParams>,
) -> Result<Json<SessionResponse>, StatusCode>
Expand description

Get session from URL path parameters (adk-go compatible)