langkit
langkit copied to clipboard
Can we raise a warning when there are missing columns for a configured UDF
Some UDFs depend on specific columns or multiple columns specified by names, e.g.
response.relevance_to_prompt
will be missing if a message is logged that contains only a 'prompt' which can be confusing. It would be better to at least raise a warning in these cases.