fix: polish ai provider rebuild feedback
This commit is contained in:
@@ -319,7 +319,6 @@ class ProviderService:
|
||||
)
|
||||
)
|
||||
return blocks
|
||||
|
||||
def _extract_anthropic_content(self, payload: dict[str, Any]) -> str:
|
||||
content = payload.get("content")
|
||||
if isinstance(content, str):
|
||||
@@ -359,6 +358,7 @@ class ProviderService:
|
||||
)
|
||||
return blocks
|
||||
|
||||
|
||||
def _extract_ollama_content(self, payload: dict[str, Any]) -> str:
|
||||
response = payload.get("response")
|
||||
if isinstance(response, str):
|
||||
|
||||
Reference in New Issue
Block a user