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

refactor(google_search): migrate to new tool mode implementation #5444

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Vigtu
Copy link
Contributor

@Vigtu Vigtu commented Dec 25, 2024

  • Replace legacy tool mode using LCToolComponent with new Component class and tool_mode flag.

  • Update input/output definitions to use new DataFrame type and explicit Output configuration.

Key changes:

  • Migrate from LCToolComponent to Component base class
  • Add explicit output configuration with DataFrame type
  • Update error handling to return structured DataFrame responses
  • Implement tool_mode using new flag syntax

image
image

- Replace legacy tool mode using LCToolComponent with new Component class and tool_mode flag.

- Update input/output definitions to use new DataFrame type and explicit Output configuration.

Key changes:
- Migrate from LCToolComponent to Component base class
- Add explicit output configuration with DataFrame type
- Update error handling to return structured DataFrame responses
- Implement tool_mode using new flag syntax
@dosubot dosubot bot added the size:M This PR changes 30-99 lines, ignoring generated files. label Dec 25, 2024
@github-actions github-actions bot added the refactor Maintenance tasks and housekeeping label Dec 25, 2024
@Vigtu
Copy link
Contributor Author

Vigtu commented Dec 30, 2024

@carlosrcoelho

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor Maintenance tasks and housekeeping size:M This PR changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant