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

Method GetModel

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

Source from the content-addressed store, hash-verified

97}
98
99func (x *RecordInterceptionRequest) GetModel() string {
100 if x != nil {
101 return x.Model
102 }
103 return ""
104}
105
106func (x *RecordInterceptionRequest) GetMetadata() map[string]*anypb.Any {
107 if x != nil {

Callers 1

TestRecordInterceptionFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestRecordInterceptionFunction · 0.64