Skip to main content

get_session_from_path

Function get_session_from_path 

Source
pub async fn get_session_from_path(
    __arg0: State<SessionController>,
    __arg1: Extension<Option<RequestContext>>,
    __arg2: Path<SessionPathParams>,
) -> Result<Json<SessionResponse>, StatusCode>
Available on crate feature server only.
Expand description

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