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 2fbbc2a commit 744c75aCopy full SHA for 744c75a
tests/unit/models/requests/test_query_request.py
@@ -102,7 +102,7 @@ def test_get_documents(self) -> None:
102
103
def test_get_documents_no_attachments(self) -> None:
104
"""Test the get_documents method."""
105
- attachments = []
+ attachments: list[Attachment] = []
106
qr = QueryRequest(
107
query="Tell me about Kubernetes",
108
attachments=attachments,
0 commit comments