Pablo Padilla

Results 3 issues of Pablo Padilla

Hi, I've been struggling to make the following work: ```python class CommentSchema(Schema): def __init__(self, prefix=None, *args, **kwargs): super(CommentSchema, self).__init__(*args, **kwargs) self.prefix = prefix id = fields.Str() content = fields.Str() def...

question

### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...

enhancement
question

### Describe the feature or problem you'd like to solve Custom Agent Configuration with Context Pre-loading Support ### Proposed solution ## Summary Enable GitHub Copilot CLI to support custom agent...

enhancement