Skip to content

Commit bd20a58

Browse files
fix: remove useless s added in types/index
1 parent 5f2e516 commit bd20a58

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/agents/src/types/index.ts

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

6565
export interface ProcessedQuery {
6666
original: string;
67-
s;
6867
transformed: string | string[]; // Single query or list of search terms
6968
isContractRelated?: boolean;
7069
isTestRelated?: boolean;

0 commit comments

Comments
 (0)