File size: 101 Bytes
a8ab4cd
 
 
 
 
1
2
3
4
5
6
from langchain_core.pydantic_v1 import BaseModel


class ChatInputType(BaseModel):
    question: str