Skip to content

Commit 0b77663

Browse files
fix: name script test
1 parent 210cc5e commit 0b77663

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/backend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
sleep 20
110110
111111
chmod +x ./scripts/integration-tests.sh
112-
chmod +x ./scripts/test-chat-completions.sh
112+
chmod +x ./scripts/database-connection.sh
113113
114114
echo -e "\n=== Running basic integration tests ==="
115115
./scripts/integration-tests.sh

packages/agents/src/types/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ export interface AgentConfig {
6464

6565
export interface ProcessedQuery {
6666
original: string;
67+
s;
6768
transformed: string | string[]; // Single query or list of search terms
6869
isContractRelated?: boolean;
6970
isTestRelated?: boolean;

0 commit comments

Comments
 (0)