I am trying to connect LM-Studio as a local AI from the ADK. For that, I have to implement some specific classes, like LMStudioRequest (extends LlmRequest) etc.
But LMStudioResponse is hard to implement, because I cannot overwrite the LlmResponse constructor. What am I doing wrong? Or could the empty constructor be removed from the LlmResponse class?
Thanks in advance
I am trying to connect LM-Studio as a local AI from the ADK. For that, I have to implement some specific classes, like LMStudioRequest (extends LlmRequest) etc.
But LMStudioResponse is hard to implement, because I cannot overwrite the LlmResponse constructor. What am I doing wrong? Or could the empty constructor be removed from the LlmResponse class?
Thanks in advance