feat(rag): add temporary chat attachments
This commit is contained in:
@@ -50,6 +50,8 @@ class IRagChatService(ABC):
|
||||
Query: str,
|
||||
ConversationId: str | None,
|
||||
AppId: int | None,
|
||||
AttachmentId: str | None = None,
|
||||
AttachmentIds: list[str] | None = None,
|
||||
TenantCode: str | None = None,
|
||||
TenantName: str | None = None,
|
||||
) -> AsyncGenerator[bytes, None]: ...
|
||||
|
||||
Reference in New Issue
Block a user