Learning

Record learning from practice

View project on GitHub

backend/open_webui/utils/middleware.py

graph TD
    A[process_chat_payload] --> process_pipeline_inlet_filter
    A --> process_filter_functions
    A --> chat_web_search_handler

backend/open_webui/routers/pipelines.py

graph TD
    A(process_pipeline_inlet_filter)

StatusItem.svelte

{#if status?.action === 'web_search' && (status?.urls || status?.items)}

References