Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/app/endpoints/streaming_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@
from configuration import configuration
from constants import (
INTERRUPTED_RESPONSE_MESSAGE,
TOPIC_SUMMARY_INTERRUPT_TIMEOUT_SECONDS,
LLM_TOKEN_EVENT,
LLM_TOOL_CALL_EVENT,
LLM_TOOL_RESULT_EVENT,
LLM_TURN_COMPLETE_EVENT,
MEDIA_TYPE_EVENT_STREAM,
MEDIA_TYPE_JSON,
MEDIA_TYPE_TEXT,
TOPIC_SUMMARY_INTERRUPT_TIMEOUT_SECONDS,
)
from log import get_logger
from models.config import Action
Expand Down
2 changes: 1 addition & 1 deletion src/app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
import version
from a2a_storage import A2AStorageFactory
from app import routers
from app.endpoints.streaming_query import shutdown_background_topic_summary_tasks
from app.database import create_tables, initialize_database
from app.endpoints.streaming_query import shutdown_background_topic_summary_tasks
from authorization.azure_token_manager import AzureEntraIDManager
from client import AsyncLlamaStackClientHolder
from configuration import configuration
Expand Down
Loading