Skip to content

Commit 18e4d0c

Browse files
prachi-shah-harnessHarness
authored andcommitted
fix: [ML-1448]: handle eof message (#234)
* 532cf9 commit * 49929b commit * 783f08 resolve conflicts * 6dd901 test commit * e90ceb resolve conflicts * 89ed04 Apply suggestion from code review * 41754a fix lint error * 113d17 make replicacount 3 * 8df7e0 make replicacount 3 * 6fbe5c remove duplicate flag * 2052db final updates * df5f61 remove duplicate keys from values.yaml * b53446 add pipeline service specific flags * a7743e add pipeline service specific flags * e0fe68 add pipeline service specific flags * aff5f8 add session affinity * 5baf3e correct the command * 8f2d66 tempcommit * 6c3eb4 change param value * ac8931 change param value * 06f3ea change param value * 70f559 change desc and resolve other review comments * 79b2ca add runtime arg to run in http mode * 4e4005 fix helm chart build issues * 9bf735 fix typing error * 089f53 modify manifest file and remove extra folder in between * 1b60be add helm charts * 7e10df feat: [ML-1255]: add manifest file for mcp-server
1 parent c4a9496 commit 18e4d0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/intelligence.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ func (ts *IntelligenceService) processStreamingResponse(body io.ReadCloser, fina
251251
}
252252
}
253253

254-
if eventType == "error" {
254+
if eventType == "error" && eventData != "eof" {
255255
finalResponse.Error = eventData
256256
}
257257
}

0 commit comments

Comments
 (0)