Is there an existing issue for this?
Current Behavior
in DashScopeLLMService below code:
JsonNode responseJson = objectMapper.readTree(response.getBody()); return responseJson.path("output").path("text").asText();
can not return value, the responseJson is
Expected Behavior
No response
Steps To Reproduce
No response
Environment
Memo0 Java version(s): 1.0.0-M1
Debug logs
No response
Anything else?
No response
Is there an existing issue for this?
Current Behavior
in DashScopeLLMService below code:
JsonNode responseJson = objectMapper.readTree(response.getBody()); return responseJson.path("output").path("text").asText();can not return value, the responseJson is
Expected Behavior
No response
Steps To Reproduce
No response
Environment
Debug logs
No response
Anything else?
No response