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

Method GetPrompt

coderd/aibridged/proto/aibridged.pb.go:514–519  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

512}
513
514func (x *RecordPromptUsageRequest) GetPrompt() string {
515 if x != nil {
516 return x.Prompt
517 }
518 return ""
519}
520
521func (x *RecordPromptUsageRequest) GetMetadata() map[string]*anypb.Any {
522 if x != nil {

Callers 2

TestRecordPromptUsageFunction · 0.80
RecordPromptUsageMethod · 0.80

Calls

no outgoing calls

Tested by 1

TestRecordPromptUsageFunction · 0.64