Skip to content

Conversation

oskarhane
Copy link
Member

The issue was caused by two JSON Schema violations:

  • Missing additionalProperties field in nested objects
  • Invalid "required": True on individual parameters (should be array at object level)

Both issues are now resolved with proper JSON Schema generation that works with OpenAI's API requirements.

Type of Change

  • New feature
  • Bug fix
  • Breaking change
  • Documentation update
  • Project configuration change

How Has This Been Tested?

  • Unit tests
  • E2E tests
  • Manual tests

Checklist

The following requirements should have been met (depending on the changes in the branch):

  • Documentation has been updated
  • Unit tests have been updated
  • E2E tests have been updated
  • Examples have been updated
  • New files have copyright header
  • CLA (https://neo4j.com/developer/cla/) has been signed
  • CHANGELOG.md updated if appropriate

The issue was caused by two JSON Schema violations:

- Missing additionalProperties field in nested objects
- Invalid "required": True on individual parameters (should be array at object level)

Both issues are now resolved with proper JSON Schema generation that works with OpenAI's API requirements.
@oskarhane oskarhane requested a review from stellasia September 1, 2025 10:03
@oskarhane oskarhane requested a review from a team as a code owner September 1, 2025 10:03
@oskarhane oskarhane merged commit 23c9ae3 into neo4j:main Sep 1, 2025
8 checks passed
@oskarhane oskarhane deleted the fix_tool_dumping branch September 1, 2025 11:40
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.

2 participants