Interface IPromptComputeQueryInputParams<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 IPromptComputeQueryInputParams<ConnectionConfig, QueryConfig>
Parameters for computing the input parameter descriptors of a prompt query, see computeQueryInput.
Since:
8.5.0
  • Method Summary

    Modifier and Type
    Method
    Description
    The 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.