Commit 311e9a6
fix: resolve Dependabot configuration issues (#25)
* feat(utilities): enhance logging in tool workflow and LLM response handling
- Add detailed step logging in tool_utils.py for execute_tools_workflow,
execute_single_tool, and prepare_tool_arguments functions to trace tool
execution process
- Modify llm logging in error_utils.py to output full llm_response instead
of just has_tool_calls for better debugging
- Update pdfbasic main.py to include logging import and adjust
_analyze_pdf_content function to accept optional original_filename parameter
for improved context handling in PDF analysis
* feat: enhance chat file handling and PDF analysis
- Refactor chat service to directly manage file references in session context for existing S3 files, bypassing complex file handling utilities and improving efficiency
- Modify PDF analysis tool to generate in-memory PDF reports with word frequency summaries, providing better visual output for text analytics
* fix: resolve Dependabot configuration issues
Remove non-existent security-team references from reviewers and assignees.
The required labels (security, github-actions, python, docker) have been
created directly in the repository.
This fixes the configuration errors reported in PRs #22 and #23.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
---------
Co-authored-by: Claude <[email protected]>1 parent 87c917e commit 311e9a6
2 files changed
+4
-16
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | 12 | | |
17 | 13 | | |
18 | 14 | | |
| |||
37 | 33 | | |
38 | 34 | | |
39 | 35 | | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | 36 | | |
45 | 37 | | |
46 | 38 | | |
| |||
69 | 61 | | |
70 | 62 | | |
71 | 63 | | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | 64 | | |
77 | 65 | | |
78 | 66 | | |
| |||
87 | 75 | | |
88 | 76 | | |
89 | 77 | | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | 78 | | |
95 | 79 | | |
96 | 80 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
134 | 137 | | |
| 138 | + | |
135 | 139 | | |
136 | 140 | | |
137 | 141 | | |
| |||
0 commit comments