MCPcopy Index your code
hub / github.com/chartbrew/chartbrew / generateQuery

Function generateQuery

server/sources/plugins/mysql/mysql.protocol.js:42–49  ·  view source on GitHub ↗
({
  schema,
  question,
  conversationHistory,
  currentQuery,
})

Source from the content-addressed store, hash-verified

40}
41
42function generateQuery({
43 schema,
44 question,
45 conversationHistory,
46 currentQuery,
47}) {
48 return generateSqlQuery(schema, question, conversationHistory, currentQuery);
49}
50
51module.exports = {
52 applyVariables,

Callers 1

Calls 1

generateSqlQueryFunction · 0.85

Tested by

no test coverage detected