Skip to content

Commit 68fe70c

Browse files
committed
fix import for agents.ts
1 parent ddf1cc2 commit 68fe70c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/src/constants/agents.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { AgentTemplateTypes } from 'src/types/session-state'
1+
import type { AgentTemplateTypes } from '../types/session-state'
22

33
// Define agent personas with their shared characteristics
44
export const AGENT_PERSONAS = {

0 commit comments

Comments
 (0)