mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-08 12:30:14 +00:00
update config
This commit is contained in:
11
pilot/model/base.py
Normal file
11
pilot/model/base.py
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env python3
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
from typing import List, TypedDict
|
||||
|
||||
class Message(TypedDict):
|
||||
"""LLM Message object containing usually like (role: content) """
|
||||
|
||||
role: str
|
||||
content: str
|
||||
|
Reference in New Issue
Block a user