Skip to content

docs: update environment variable name for request timeout to OFREP_TIMEOUT_MS#60

Merged
lukas-reining merged 1 commit intoopen-feature:mainfrom
askpt:askpt/update-adr
Dec 16, 2025
Merged

docs: update environment variable name for request timeout to OFREP_TIMEOUT_MS#60
lukas-reining merged 1 commit intoopen-feature:mainfrom
askpt:askpt/update-adr

Conversation

@askpt
Copy link
Copy Markdown
Member

@askpt askpt commented Dec 14, 2025

Signed-off-by: André Silva 2493377+askpt@users.noreply.github.com

This PR

Following recommendation from @jonathannorris: #54 (comment)

This pull request makes a small but important change to the SDK configuration environment variables documentation. The environment variable for request timeout has been renamed for clarity and consistency.

  • Renamed the request timeout environment variable from OFREP_TIMEOUT to OFREP_TIMEOUT_MS in 0007-sdk-configuration-environment-variables.md to clarify that the value is in milliseconds.

Related Issues

Fixes #53

Notes

Since there is no OFREP provider with this implementation yet, I followed @lukas-reining and @thomaspoignant to just update the document instead of creating a new one.

…IMEOUT_MS

Signed-off-by: André Silva <2493377+askpt@users.noreply.github.com>
@gemini-code-assist
Copy link
Copy Markdown
Contributor

Summary of Changes

Hello @askpt, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request focuses on enhancing the clarity and accuracy of the project's documentation. It specifically updates the name of an environment variable used for configuring request timeouts, ensuring that users and developers refer to the correct and more descriptive variable name. This change helps maintain consistency across the system and improves the overall developer experience by providing precise configuration instructions.

Highlights

  • Documentation Update: The documentation for SDK configuration environment variables has been updated to reflect a change in the name of the request timeout variable.
  • Environment Variable Renaming: The environment variable for setting the request timeout has been renamed from OFREP_TIMEOUT to OFREP_TIMEOUT_MS to explicitly indicate the unit of measurement (milliseconds).
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request updates the environment variable for request timeout from OFREP_TIMEOUT to OFREP_TIMEOUT_MS in the SDK configuration ADR. This is an excellent change, as appending _MS to the variable name makes the unit (milliseconds) explicit, which improves clarity and reduces the risk of misconfiguration. The change is correctly implemented within the ADR file. The PR is ready for merging.

@askpt askpt marked this pull request as ready for review December 14, 2025 15:33
@askpt askpt requested a review from a team as a code owner December 14, 2025 15:33
Copy link
Copy Markdown
Member

@lukas-reining lukas-reining left a comment

Choose a reason for hiding this comment

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

Makes sense, as discussed!

@lukas-reining lukas-reining merged commit 7aeaf4b into open-feature:main Dec 16, 2025
5 checks passed
@jonathannorris
Copy link
Copy Markdown
Member

Looks good! thanks!

@askpt askpt deleted the askpt/update-adr branch December 16, 2025 21:13
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.

Adopt SDK Configuration Pattern using Environment Variables

4 participants