• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

deepset-ai / haystack / 12709332184

10 Jan 2025 12:11PM UTC coverage: 91.1% (+0.001%) from 91.099%
12709332184

Pull #8702

github

web-flow
Merge 3e4d6bfca into 08cf09f83
Pull Request #8702: fix: `OpenAIChatGenerator` - do not pass tools to the OpenAI client when none are provided

8660 of 9506 relevant lines covered (91.1%)

0.91 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

60.0
haystack/version.py
1
# SPDX-FileCopyrightText: 2022-present deepset GmbH <info@deepset.ai>
2
#
3
# SPDX-License-Identifier: Apache-2.0
4

5
from importlib import metadata
1✔
6

7
try:
1✔
8
    __version__ = str(metadata.version("haystack-ai"))
1✔
9
except metadata.PackageNotFoundError:
×
10
    __version__ = "main"
×
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc