MCPcopy Create free account
hub / github.com/coderabbit214/document-ai / args

Struct args

pkg/openai/chat_test.go:9–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7
8func TestSendChat(t *testing.T) {
9 type args struct {
10 request ChatCompletionRequest
11 }
12 var tests = []struct {
13 name string
14 args args

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected