Skip to content

Pass plugin config to vlm legacy pipeline #3291

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

Merged

Conversation

michalkulakowski
Copy link
Collaborator

🛠 Summary

JIRA/Issue if applicable.
Describe the changes.

🧪 Checklist

  • Unit tests added.
  • The documentation updated.
  • Change follows security best practices.
    ``

@michalkulakowski michalkulakowski requested a review from mzegla May 15, 2025 09:31
@michalkulakowski michalkulakowski changed the title PPass plugin config to vlm legacy pipeline Pass plugin config to vlm legacy pipeline May 15, 2025
@michalkulakowski michalkulakowski force-pushed the mkulakow/pass_plugin_config_to_vlm_legacy_pipeline branch from 8b70d75 to c016d91 Compare May 30, 2025 08:22
if (FileSystem::isPathEscaped(url)) {
std::stringstream ss;
ss << "Path " << url.c_str() << " escape with .. is forbidden.";
SPDLOG_LOGGER_ERROR(llm_calculator_logger, ss.str());
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't we log it on DEBUG level? On error we will see it for log level INFO right? and this is per-request logic

@michalkulakowski michalkulakowski requested a review from mzegla May 30, 2025 09:21
@michalkulakowski michalkulakowski merged commit 315c3b2 into main May 30, 2025
14 checks passed
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.

3 participants