Open Issues Need Help
View All on GitHubAI Summary: The GitHub issue reports an error in the `gateway-api-inference-extension` documentation. The provided `curl` example for streaming requests incorrectly uses a string value (`"true"`) for `stream_options.include_usage`, which should be a boolean (`true`) according to OpenAI's API reference, leading to a `400 Bad Request` error.
Gateway API Inference Extension
Gateway API Inference Extension
Gateway API Inference Extension
Gateway API Inference Extension
Gateway API Inference Extension
Gateway API Inference Extension
Gateway API Inference Extension
Gateway API Inference Extension
Gateway API Inference Extension
Gateway API Inference Extension
Gateway API Inference Extension
AI Summary: The user is reporting that the API documentation generation targets (`make apix-ref-docs` and `make api-ref-docs`) are failing. The error message `crd-ref-docs: command not found` indicates that the `crd-ref-docs` tool, which is a dependency for generating the documentation, is not found in the system's PATH.
Gateway API Inference Extension
Gateway API Inference Extension
Gateway API Inference Extension
AI Summary: The task involves removing all "TODO" comments from the project's website and documentation. This includes identifying and deleting any instances of TODOs found within the markdown files that generate the site content, ensuring a clean and updated documentation experience for users.
Gateway API Inference Extension
AI Summary: Write unit tests for the `picker` package within the Gateway API Inference Extension project to ensure the functionality of the Endpoint Picker plugin, a crucial component of the scheduler layer.
Gateway API Inference Extension
AI Summary: The task involves debugging and fixing a release quickstart script for the Gateway API Inference Extension project. This includes correcting a sed command for image tagging, updating vLLM manifests to use the correct tagged images, updating the version in the documentation, and modifying all resource references to use tagged branches instead of the `main` branch. The goal is to ensure the quickstart guide accurately reflects the released version.
Gateway API Inference Extension
AI Summary: Update the Endpoint Picker Protocol specification document to include requirements for streaming mode and optional Gateway-to-EPP active health checking. This involves clarifying existing sections and potentially adding new ones to the existing specification document.
Gateway API Inference Extension