We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc87573 commit a88370eCopy full SHA for a88370e
1 file changed
langfuse/model.py
@@ -4,7 +4,11 @@
4
from abc import ABC, abstractmethod
5
from typing import Any, Dict, List, Literal, Optional, Sequence, Tuple, TypedDict, Union
6
7
-from langfuse.api import Prompt, Prompt_Chat, Prompt_Text
+from langfuse.api import (
8
+ Prompt,
9
+ Prompt_Chat,
10
+ Prompt_Text,
11
+)
12
from langfuse.logger import langfuse_logger
13
14
0 commit comments