LangChain - LangSmith Observability
Given the table
feedback with columns id and comment, what will this query return?SELECT comment FROM feedback WHERE id = 2;
