Skip to content

Update agent config to discourage using bool return to designate success/failure #1777

Description

@nathanjmcdougall

@copilot NEVER make functions which return "true" and "false" to designate failure. Use exception raising and handling.

Originally posted by @nathanjmcdougall in #1756

Pythonic functions shouldn't use bool returns to designate success/failure. We should update the agent config accordingly.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

agentConfiguration updates for LLM coding agents

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions