Handler for processing natural language queries and parameter filling
NLQHandler(client_config)
fill_params(natural_query, clauses, space_weight_param_info, system_prompt=None) -> dict[str, Any]
dict[str, Any]
suggest_improvements(clauses, space_weight_param_info, natural_query, feedback, system_prompt=None) -> QuerySuggestionsModel
QuerySuggestionsModel
Was this page helpful?