# Generated by SnakeBridge v0.12.0 - DO NOT EDIT MANUALLY # Regenerate with: mix compile # Library: dspy 3.1.2 # Python module: dspy.primitives.python_interpreter # Python class: FinalOutput defmodule Dspy.Primitives.PythonInterpreter.FinalOutput do def __snakebridge_python_name__, do: "dspy.primitives.python_interpreter" def __snakebridge_python_class__, do: "FinalOutput" def __snakebridge_library__, do: "dspy" @opaque t :: SnakeBridge.Ref.t() @spec new(term(), keyword()) :: {:ok, SnakeBridge.Ref.t()} | {:error, Snakepit.Error.t()} def new(output, opts \\ []) do SnakeBridge.Runtime.call_class(__MODULE__, :__init__, [output], opts) end end