mirror of
https://github.com/langgenius/dify.git
synced 2026-05-09 12:59:18 +08:00
[autofix.ci] apply automated fixes
This commit is contained in:
parent
62e4ca0a6b
commit
4efbdd9822
@ -221,7 +221,6 @@ def process_streaming_response(response: RateLimitGenerator) -> str:
|
||||
return answer or last_thought
|
||||
|
||||
|
||||
|
||||
def process_mapping_response(app: App, response: Mapping) -> str:
|
||||
"""Process mapping response based on app mode"""
|
||||
if app.mode in {
|
||||
|
||||
@ -401,7 +401,6 @@ class TestUtilityFunctions:
|
||||
|
||||
assert result == "more thinking"
|
||||
|
||||
|
||||
def test_process_mapping_response_invalid_mode(self):
|
||||
"""Test processing mapping response with invalid app mode"""
|
||||
app = Mock(spec=App)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user