mirror of https://github.com/langgenius/dify.git
[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