Interface IPromptComputeQueryOutputParams<ConnectionConfig, QueryConfig>
- Type Parameters:
ConnectionConfig- The type of the connection configuration model used by this prompt service.QueryConfig- The type of the query configuration model used by this prompt service.
public interface IPromptComputeQueryOutputParams<ConnectionConfig, QueryConfig>
Parameters for computing the output parameter descriptors of a prompt query, see
computeQueryOutput.- Since:
- 8.5.0
-
Method Summary
Modifier and TypeMethodDescriptionThe configuration of the connection for which to compute the input parameter descriptors.The configuration of the prompt query for which to compute the input parameter descriptors.
-
Method Details
-
connectionConfig
ConnectionConfig connectionConfig()The configuration of the connection for which to compute the input parameter descriptors.- Returns:
- The connection configuration.
-
queryConfig
QueryConfig queryConfig()The configuration of the prompt query for which to compute the input parameter descriptors.- Returns:
- The query configuration.
-