Skip to content

Commit a670bc9

Browse files
committed
cleanup
1 parent fe99b4f commit a670bc9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

libs/agno/agno/models/litellm/litellm_chat.py

-2
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,6 @@ def parse_provider_response(self, response: Any) -> ModelResponse:
190190
"total_tokens": response.usage.total_tokens
191191
}
192192

193-
model_response.raw = response
194193
return model_response
195194

196195
def parse_provider_response_delta(self, response_delta: Any) -> ModelResponse:
@@ -216,5 +215,4 @@ def parse_provider_response_delta(self, response_delta: Any) -> ModelResponse:
216215
}
217216
})
218217

219-
model_response.raw = response_delta
220218
return model_response

0 commit comments

Comments
 (0)