Ken Brownfield
Ken Brownfield
I like the concept of copygen, where in theory the generated could approach ~20x faster than a `json.Marshal -> protojson.Unmarshal` sandwich (and infinitely faster than jinzhu/copier). However, when using on...
**Is your feature request related to a problem? Please describe.** Most of the time, struct field names can be made to match. Sometimes the fields differ in capitalization (e.g., Go's...
[LOST-FEATURE] Using JSONSchema for Tools removes ability to change prompts or fields at query time
**Describe the lost feature** v3.0.1 switches Properties to InputSchema, which does make sense from a schema/struct perspective. However, this seems to remove the ability to adjust field descriptions/prompts at query...
### What version of Go, VS Code & VS Code Go extension are you using? Version Information * Run `go version` to get version of Go from _the VS Code...
This PR adds support for using struct tags to match variable names. Feedback welcome! Following up on #132 this adds a new option that takes the name of the tag...