Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tj202/pr sqlpp op #35

Merged
merged 10 commits into from
Jan 22, 2025
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
Loading