Source code for ragflow_async_sdk.apis.session

# Copyright 2026 Oliver
# Licensed under the Apache License, Version 2.0
# See LICENSE file for details.

from typing import Any

from ..apis.base import BaseAPI
from ..utils.validators import require_params


[docs] class SessionAPI(BaseAPI):