Skip to content

Conversation

LotusZhao0521
Copy link

  • Added FeedCoopSearchResults tool and updated relevant imports.
  • Updated test imports and ensured integration/unit tests are included.
    Recently, Volcengine has launched the official version of its information search API. Due to frequent usage and the needs of downstream applications, this content has been added. Any thoughts on whether this is helpful?

LotusZhao0521 and others added 2 commits September 6, 2025 08:57
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
def test_raw_results_async_error(self, mock_session: AsyncMock) -> None:
mock_response = MagicMock()
mock_response.status = 400
from unittest.mock import AsyncMock
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The AsyncMock class is already imported at line 5 with from unittest.mock import AsyncMock, MagicMock, patch. This duplicate import at line 108 is unnecessary and should be removed to maintain clean code.

Spotted by Diamond

Fix in Graphite


Is this helpful? React 👍 or 👎 to let us know.

LotusZhao0521 and others added 2 commits September 6, 2025 11:38
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant