MCPcopy Create free account
hub / github.com/chainreactors/EvilProxy / openaiFormat

Struct openaiFormat

internal/toolinjection/format_openai.go:9–9  ·  view source on GitHub ↗

openaiFormat implements Format for OpenAI Chat Completions API.

Source from the content-addressed store, hash-verified

7
8// openaiFormat implements Format for OpenAI Chat Completions API.
9type openaiFormat struct{}
10
11func (openaiFormat) Name() string { return "openai" }
12

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected