Skip to content

Commit

Permalink
Tj202/pr sqlpp op (#35)
Browse files Browse the repository at this point in the history
* Adding notice

* SQL++ query tool returns full output even without output schema

* Removed notice

---------

Co-authored-by: Thejas N U <[email protected]>
  • Loading branch information
TJ202 and ThejasNU authored Jan 22, 2025
1 parent 498d107 commit 258ec43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/agentc_core/agentc_core/tool/generate/generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def generate(self) -> typing.Iterable[str]:
model_type=self.target_model_type,
)
if self.record_descriptor.output is not None
else GeneratedCode(generated_code="", is_list_valued=False, type_name="dict")
else GeneratedCode(generated_code="", is_list_valued=True, type_name="dict")
)

# Instantiate our template.
Expand Down

0 comments on commit 258ec43

Please sign in to comment.