Skip to content

Commit

Permalink
add fixme comment to generateActionExamplesByPOS
Browse files Browse the repository at this point in the history
  • Loading branch information
jmhw0123 committed Feb 25, 2022
1 parent 20a7d81 commit 3a3739a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tool/sample-synthetic-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ export function generateActionExamples(query : Ast.FunctionDef,
return examples;
}

// FIXME: Consider renmaing ParaphraseExample's queryCanonical property so we don't cause confusion here.
function generateActionExamplesByPOS(action : Ast.FunctionDef,
queryCanonical : string,
argument : Ast.ArgumentDef,
Expand Down

0 comments on commit 3a3739a

Please sign in to comment.