toggle menu
lmos-router-vector
0.2.0
jvm
switch theme
search in API
lmos-router-vector
/
ai.ancf.lmos.router.vector
/
VectorSearchClientResponse
Vector
Search
Client
Response
open
class
VectorSearchClientResponse
(
val
text
:
String
,
val
agentName
:
String
)
A class representing a response from the VectorSearchClient.
Members
Constructors
Vector
Search
Client
Response
Link copied to clipboard
constructor
(
text
:
String
,
agentName
:
String
)
Properties
agent
Name
Link copied to clipboard
val
agentName
:
String
text
Link copied to clipboard
val
text
:
String