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

Struct responsesFormat

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

responsesFormat implements Format for OpenAI Responses API.

Source from the content-addressed store, hash-verified

7
8// responsesFormat implements Format for OpenAI Responses API.
9type responsesFormat struct{}
10
11func (responsesFormat) Name() string { return "openai-responses" }
12

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected