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 40ff16f commit d7a8f67Copy full SHA for d7a8f67
src/inferencesh/models/llm.py
@@ -14,6 +14,7 @@ class ContextMessageRole(str, Enum):
14
USER = "user"
15
ASSISTANT = "assistant"
16
SYSTEM = "system"
17
+ TOOL = "tool"
18
19
20
class Message(BaseAppInput):
0 commit comments