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 7a054f1 commit 438ced1Copy full SHA for 438ced1
autointent/generation/intents/prompt_scheme.py
@@ -2,7 +2,7 @@
2
3
from pydantic import BaseModel, field_validator
4
5
-from autointent.generation.utterances.prompts import PROMPT_DESCRIPTION
+from autointent.generation.intents.prompts import PROMPT_DESCRIPTION
6
7
8
class PromptDescription(BaseModel):
0 commit comments