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

feat: Add support for custom types in function parameters #504

Open
wants to merge 5 commits into
base: dev
Choose a base branch
from

Commits on Feb 7, 2024

  1. Configuration menu
    Copy the full SHA
    3475188 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. feat: Add support for custom types in function parameters

    - Update `GetFunctionDefinition` method to handle custom types as function parameters
     - Recursively process properties of custom types
     - Generate object type property definitions for custom types
    - Add `GetPropertyDefinition` method to create property definitions based on property type
    - Update `CallFunction` method to handle custom type parameters
    - Add tests for custom type support
     - `VerifyGetFunctionDefinition_CustomType` test to verify function definition generation for custom types
     - `VerifyCallFunction_CustomType` test to verify function calling with custom type parameters
    - Add tests for complex custom types
     - `VerifyGetFunctionDefinition_ComplexCustomType` test to verify function definition generation for complex custom types with nested custom types
     - `VerifyCallFunction_ComplexCustomType` test to verify function calling with complex custom type parameters
    - Add `CustomType` and `ComplexCustomType` classes for testing purposes
    Cheyenne1025 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    384f7a0 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. code cleanup

    kayhantolga committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    7dc6594 View commit details
    Browse the repository at this point in the history
  2. code cleanup

    kayhantolga committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    25d42a8 View commit details
    Browse the repository at this point in the history
  3. code cleanup

    kayhantolga committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    810935f View commit details
    Browse the repository at this point in the history