Skip to content

Conversation

@peterchen-intel
Copy link
Collaborator

Description

A trivial fixing of video_pad tag

Checklist:

  • Tests have been updated or added to cover the new code.
  • This patch fully addresses the ticket.
  • I have made corresponding changes to the documentation.

Signed-off-by: Chen, Peter <peter.chen@intel.com>
Copilot AI review requested due to automatic review settings November 6, 2025 12:25
@github-actions github-actions bot added category: visual language Visual language pipeline category: Python API Python API for GenAI category: CPP API Changes in GenAI C++ public headers labels Nov 6, 2025
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR corrects a typo in the Qwen2-VL video pad tag documentation across multiple files. The tag <video_pad|> was missing the opening pipe character and has been corrected to <|video_pad|> to match the proper format used in other special tokens.

Key Changes:

  • Fixed the malformed <video_pad|> tag to <|video_pad|> in documentation strings
  • Applied the correction consistently across C++ headers, Python bindings, and type stub files

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
src/python/py_vlm_pipeline.cpp Updated video_pad tag format in Python docstrings for VLM generate functions
src/python/openvino_genai/py_openvino_genai.pyi Corrected video_pad tag in Python type stub documentation across multiple method signatures
src/cpp/include/openvino/genai/visual_language/pipeline.hpp Fixed video_pad tag in C++ API documentation comments

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link
Contributor

@xipingyan xipingyan left a comment

Choose a reason for hiding this comment

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

Thanks, I copy them, and miss "|",

@Wovchena Wovchena enabled auto-merge November 6, 2025 13:17
@Wovchena Wovchena added this pull request to the merge queue Nov 11, 2025
Merged via the queue into openvinotoolkit:master with commit 0fa4961 Nov 11, 2025
122 of 124 checks passed
krzyczar pushed a commit to krzyczar/openvino.genai that referenced this pull request Nov 12, 2025
<!-- Keep your pull requests (PRs) as atomic as possible. That increases
the likelihood that an individual PR won't be stuck because of adjacent
problems, merge conflicts, or code review.
Your merged PR is going to appear in the automatically generated release
notes on GitHub. So the clearer the title the better. -->
## Description
A trivial fixing of video_pad tag

## Checklist:
- [ ] Tests have been updated or added to cover the new code. <!-- If
the change isn't maintenance related, update the tests at
https://github.com/openvinotoolkit/openvino.genai/tree/master/tests or
explain in the description why the tests don't need an update. -->
- [ ] This patch fully addresses the ticket. <!--- If follow-up pull
requests are needed, specify in description. -->
- [ ] I have made corresponding changes to the documentation. <!-- Run
github.com/\<username>/openvino.genai/actions/workflows/deploy_gh_pages.yml
on your fork with your branch as a parameter to deploy a test version
with the updated content. Replace this comment with the link to the
built docs. -->

Signed-off-by: Chen, Peter <peter.chen@intel.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

category: CPP API Changes in GenAI C++ public headers category: Python API Python API for GenAI category: visual language Visual language pipeline

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants