Skip to content

Commit

Permalink
- added TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
laststylebender14 committed Sep 3, 2024
1 parent bda70df commit bef6bfc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cli/llm/infer_field_name.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ impl InferFieldName {

for (type_name, type_) in config.types.iter() {
for (field_name, field) in type_.fields.iter() {
// TODO: add support for gRPC resolver.
if let Some(Resolver::Http(http)) = &field.resolver {
let question = Question {
url: http.base_url.as_ref().unwrap().clone(),
Expand Down

0 comments on commit bef6bfc

Please sign in to comment.