Current section

Files

Jump to
dspex lib snakebridge_generated dspy primitives code_interpreter final_output.ex
Raw

lib/snakebridge_generated/dspy/primitives/code_interpreter/final_output.ex

# Generated by SnakeBridge v0.12.0 - DO NOT EDIT MANUALLY
# Regenerate with: mix compile
# Library: dspy 3.1.2
# Python module: dspy.primitives.code_interpreter
# Python class: FinalOutput
defmodule Dspy.Primitives.CodeInterpreter.FinalOutput do
def __snakebridge_python_name__, do: "dspy.primitives.code_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