Enum: InterpreterKind
Concrete code interpreter implementation.
URI: dspy:InterpreterKind
Permissible Values
| Value | Meaning | Description |
|---|---|---|
| python | None | Local Python REPL (PythonInterpreter) |
| deno_sandbox | None | Deno-sandboxed JavaScript runner (CodeInterpreter) |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/dspy
LinkML Source
name: InterpreterKind
description: Concrete code interpreter implementation.
from_schema: https://w3id.org/lmodel/dspy
rank: 1000
permissible_values:
python:
text: python
description: Local Python REPL (``PythonInterpreter``).
deno_sandbox:
text: deno_sandbox
description: Deno-sandboxed JavaScript runner (``CodeInterpreter``).