We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 210cc5e commit 0b77663Copy full SHA for 0b77663
.github/workflows/backend.yml
@@ -109,7 +109,7 @@ jobs:
109
sleep 20
110
111
chmod +x ./scripts/integration-tests.sh
112
- chmod +x ./scripts/test-chat-completions.sh
+ chmod +x ./scripts/database-connection.sh
113
114
echo -e "\n=== Running basic integration tests ==="
115
./scripts/integration-tests.sh
packages/agents/src/types/index.ts
@@ -64,6 +64,7 @@ export interface AgentConfig {
64
65
export interface ProcessedQuery {
66
original: string;
67
+ s;
68
transformed: string | string[]; // Single query or list of search terms
69
isContractRelated?: boolean;
70
isTestRelated?: boolean;
0 commit comments