fix(e2e): increase liveness probe max_tokens from 4 to 32 (#2204) #2209
@@ -1011,7 +1011,7 @@ print(json.dumps({
|
||||
'messageId': f'e2e-{uuid.uuid4().hex[:8]}',
|
||||
'parts': [{'kind': 'text', 'text': 'Reply with exactly: ok'}],
|
||||
},
|
||||
'configuration': {'max_tokens': 4}
|
||||
'configuration': {'max_tokens': 32}
|
||||
}
|
||||
}))
|
||||
")
|
||||
|
||||
Reference in New Issue
Block a user