MCPcopy Index your code
hub / github.com/coder/coder / chatCommand

Method chatCommand

cli/exp_chat.go:16–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14)
15
16func (r *RootCmd) chatCommand() *serpent.Command {
17 return &serpent.Command{
18 Use: "chat",
19 Short: "Manage agent chats",
20 Long: "Commands for interacting with chats from within a workspace.",
21 Handler: func(i *serpent.Invocation) error {
22 return i.Command.HelpHandler(i)
23 },
24 Children: []*serpent.Command{
25 r.chatContextCommand(),
26 },
27 }
28}
29
30func (r *RootCmd) chatContextCommand() *serpent.Command {
31 return &serpent.Command{

Callers 1

AGPLExperimentalMethod · 0.95

Calls 1

chatContextCommandMethod · 0.95

Tested by

no test coverage detected