Skip to content

Commit

Permalink
use custom
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-cnivera committed Nov 5, 2024
1 parent e6f0c76 commit 7f74c18
Show file tree
Hide file tree
Showing 3 changed files with 165 additions and 274 deletions.
2 changes: 2 additions & 0 deletions semantic_model_generator/protos/semantic_model.proto
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,8 @@ message SemanticModel {
repeated Relationship relationships = 5 [(optional) = true];
// List of verified queries for this semantic model.
repeated VerifiedQuery verified_queries = 6 [(optional) = true];
// Custom instructions that will be applied to the final SQL generation.
string custom_instructions = 7 [(optional) = true];
}

// VerifiedQuery represents a (question, sql) pair that has been manually
Expand Down
Loading

0 comments on commit 7f74c18

Please sign in to comment.