Tommy Nguyen

Results 83 comments of Tommy Nguyen

@punkpeye could you have a look? Thank you!

Thanks, everyone! Here are a few action items that I think would be great to include as part of the Cobra implementation: - Flags should be configurable as environment variables...

That’s a really cool idea! Maybe we can take a look at these amazing works for inspiration. | Simulator/Repo | Features | Link | |-----------------------------------------------------|---------------------------------------------|----------------------------------------------------------------------| | alijahnas/CKA-practice-exercises | Comprehensive, scenario-based,...

I think this isn’t just a limitation of the current kubectl.ai but it's also for other Kubernetes clients. The community has been discussing Kubernetes Federation for a long time, as...

Another solution I am considering is an MCP server for Kubectl, referred to as the Kubectl MCP server. In this context, it means that the Kubectl MCP server will not...

@Azathoth-X ``` >>> models panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x2 addr=0x18 pc=0x101423a30] goroutine 1 [running]: github.com/openai/openai-go/internal/requestconfig.(*RequestConfig).Apply(...) /Users/tuannvm/golang/pkg/mod/github.com/openai/[email protected]/internal/requestconfig/requestconfig.go:586 github.com/openai/openai-go/internal/requestconfig.NewRequestConfig({0x10282b1d0, 0x1031c7860}, {0x101975673, 0x3},...

Applied targeted fixes to avoid passing a nil RequestOption to the OpenAI client. Now `ListModels` builds a slice of options and passes it variadically: • Changed `var opt option.RequestOption =...

I can contribute to this feature, did similar work in https://github.com/GoogleCloudPlatform/kubectl-ai/pull/291