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

Method Identifier

internal/runtime/executor/kimi_executor.go:39–39  ·  view source on GitHub ↗

Identifier returns the executor identifier.

()

Source from the content-addressed store, hash-verified

37
38// Identifier returns the executor identifier.
39func (e *KimiExecutor) Identifier() string { return "kimi" }
40
41// PrepareRequest injects Kimi credentials into the outgoing HTTP request.
42func (e *KimiExecutor) PrepareRequest(req *http.Request, auth *cliproxyauth.Auth) error {

Callers 2

ExecuteMethod · 0.95
ExecuteStreamMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected