Interface ChatSupplierParameterResolver
public interface ChatSupplierParameterResolver
SPI for resolving parameters of supplier methods of
ChatModelSupplier and StreamingChatModelSupplier
from external sources such as a dependency injection container.-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionCalled at invocation time to obtain the actual valuebooleanCalled once per parameter at agent creation time to pre-determine which parameters this resolver handles.
-
Method Details
-
supports
Called once per parameter at agent creation time to pre-determine which parameters this resolver handles. -
resolve
Called at invocation time to obtain the actual value
-