Skip to content

Conversation

lemorage
Copy link
Contributor

Please describe the purpose of this pull request.
The clean_property has two parameters in its function signature, but in pydantic_model_to_json_schema, we call it with only one argument.

def clean_property(prop: dict, full_schema: dict) -> dict:

return clean_property(schema_part)

Have you tested this PR?
Yes. I tested it using the custom-tool example in ADE.

Related issues or PRs
might relate to #2615.

sarahwooders and others added 30 commits April 12, 2025 17:03
Co-authored-by: Caren Thomas
Co-authored-by: Kevin Lin <[email protected]>
Co-authored-by: Kevin Lin <[email protected]>
jnjpng and others added 24 commits May 9, 2025 14:07
- update Letta server URLs in base configuration to enable external database
- remove env redundancy
- align with startup.sh
Co-authored-by: Andy Li <[email protected]>
Co-authored-by: Kevin Lin <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.