Skip to content

Fix/model config#41

Open
harshpreet931 wants to merge 2 commits into
mainfrom
fix/modelConfig
Open

Fix/model config#41
harshpreet931 wants to merge 2 commits into
mainfrom
fix/modelConfig

Conversation

@harshpreet931
Copy link
Copy Markdown
Collaborator

This pull request updates all import statements in test files to use explicit .js extensions for local module imports. This change ensures compatibility with ES module resolution, especially in environments that require explicit file extensions. The updates affect various test files across the codebase, including those for agents, tools, types, models, sessions, streaming, and validation.

Module import path updates:

Grouped by theme:

  • Core test files: Updated imports in main test files for engine, agent, and HITL functionality. [1] [2] [3]
  • A2A tests: Updated imports in agent, client, executor, integration, protocol, server, and types test files. [1] [2] [3] [4] [5] [6] [7]
  • ADK tests: Updated imports in agents, content, integration, models, runners, schemas, sessions, and streaming test files. [1] [2] [3] [4] [5] [6] [7] [8]
  • Validation policies: Updated import in validation test file to use .js extension.

This update helps avoid import errors and improves compatibility with modern JavaScript tooling and module systems.

- Updated all import statements across the codebase to include the `.js` file extension for consistency and clarity.
- This change affects various test files, core modules, and utility functions, ensuring that all imports explicitly reference their file types.
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.

1 participant