Spaces:
Sleeping
Sleeping
acecalisto3
commited on
Update agent/prompts.py
Browse files- agent/prompts.py +1 -1
agent/prompts.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
from typing import List, Dict, Optional
|
2 |
-
from
|
3 |
Code,
|
4 |
Prompt,
|
5 |
AppType,
|
|
|
1 |
from typing import List, Dict, Optional
|
2 |
+
from cust_types import (
|
3 |
Code,
|
4 |
Prompt,
|
5 |
AppType,
|