Skip to content

Commit beda778

Browse files
committed
chore: remove downstream repository reference in tests
1 parent e73ee52 commit beda778

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/api_utils/utils_ext/test_function_call_response_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ def test_deduplicate_calls_prefers_non_empty_args(self, parser):
169169
170170
This handles the case where AI Studio's DOM renders multiple chunks for
171171
a single function call, where one chunk may be missing arguments.
172-
See: https://github.com/MasuRii/AIstudioProxyAPI-EN/issues/XXX
172+
Related to historical downstream render behavior in AI Studio chunks.
173173
"""
174174
calls = [
175175
ParsedFunctionCall(name="read", arguments={"filePath": "/path/to/file"}),

0 commit comments

Comments
 (0)