- Added a new method `_generate_codex` to LLMClient for generating responses using the Codex Responses API. - Refactored tool handling to support structured tool calls and improved error handling during Codex interactions. - Updated the client initialization for Codex to streamline the generation process. - Enhanced message processing to accommodate new input formats and recursion for tool calls. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| codex_llm.py | ||
| concurrent_service.py | ||
| database.py | ||
| docling_service.py | ||
| documents_loader.py | ||
| html_to_text_runs_service.py | ||
| icon_finder_service.py | ||
| image_generation_service.py | ||
| llm_client.py | ||
| llm_tool_calls_handler.py | ||
| pptx_presentation_creator.py | ||
| score_based_chunker.py | ||
| temp_file_service.py | ||
| webhook_service.py | ||