Package ai.ancf.lmos.router.llm
Class ModelClientResponse
-
- All Implemented Interfaces:
@Serializable() public class ModelClientResponseRepresents a model client response.
The agentName field contains the name of the agent.
-
-
Constructor Summary
Constructors Constructor Description ModelClientResponse(String agentName)
-
Method Summary
Modifier and Type Method Description final StringgetAgentName()-
-
Constructor Detail
-
ModelClientResponse
ModelClientResponse(String agentName)
-
-
Method Detail
-
getAgentName
final String getAgentName()
-
-
-
-