Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 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
4 changes: 3 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,6 @@ repos:
rev: v2.9.0
hooks:
- id: pip-audit
additional_dependencies: ["pip>=25.3"]
additional_dependencies:
- "pip>=25.3"
- "filelock>=3.20.1"
1 change: 1 addition & 0 deletions bot/admin/test/core/src/main/kotlin/TestCoreService.kt
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ class TestCoreService : TestService {
"test_bot_${conf._id}_${request.currentLanguage}",
request.message.toClientMessage(),
conf.targetConnectorType.toClientConnectorType(),
test = true,
debugEnabled = debugEnabled,
sourceWithContent = sourceWithContent,
),
Expand Down
13 changes: 4 additions & 9 deletions gen-ai/orchestrator-server/src/main/python/server/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.