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

Function generateQuery

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

Source from the content-addressed store, hash-verified

33}
34
35function generateQuery({
36 schema,
37 question,
38 conversationHistory,
39 currentQuery,
40}) {
41 return generateSqlQuery(schema, question, conversationHistory, currentQuery);
42}
43
44module.exports = {
45 applyVariables: sqlProtocol.applyVariables,

Callers

nothing calls this directly

Calls 1

generateSqlQueryFunction · 0.85

Tested by

no test coverage detected