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

Method String

sdk/translator/format.go:12–14  ·  view source on GitHub ↗

String returns the raw schema identifier.

()

Source from the content-addressed store, hash-verified

10
11// String returns the raw schema identifier.
12func (f Format) String() string {
13 return string(f)
14}

Callers 15

runThinkingTestsFunction · 0.45
wsURLMethod · 0.45
observeWsURLMethod · 0.45
parseClaudeRequestFunction · 0.45
parseClaudeResponseFunction · 0.45
parseOpenAIRequestFunction · 0.45
parseOpenAIResponseFunction · 0.45
parseResponsesRequestFunction · 0.45
parseResponsesResponseFunction · 0.45
printMessageSummaryFunction · 0.45
mainFunction · 0.45

Implementers 3

responsesFormatinternal/toolinjection/format_response
openaiFormatinternal/toolinjection/format_openai.g
claudeFormatinternal/toolinjection/format_claude.g

Calls

no outgoing calls