MCPcopy Index your code
hub / github.com/promptfoo/promptfoo / id

Method id

src/providers/pythonCompletion.ts:201–203  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

199 }
200
201 id() {
202 return `python:${this.scriptPath}:${this.functionName || 'default'}`;
203 }
204
205 /**
206 * Process any file:// references in the configuration and initialize worker pool

Callers 1

initializeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected