mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-28 22:14:18 +00:00
chore: update copilot-instructions.md
(#32159)
This commit is contained in:
parent
383bc8f2ef
commit
b4d87c709c
2
.github/copilot-instructions.md
vendored
2
.github/copilot-instructions.md
vendored
@ -25,7 +25,7 @@ def get_user(user_id: str, verbose: bool = False): # Maintains stable interface
|
||||
* Prefer descriptive, **self-explanatory variable names**. Avoid overly short or cryptic identifiers.
|
||||
* Break up overly long or deeply nested functions for **readability and maintainability**.
|
||||
* Avoid unnecessary abstraction or premature optimization.
|
||||
* All generated Python code must include type hints.
|
||||
* All generated Python code must include type hints and return types.
|
||||
|
||||
Bad:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user