Current section
Files
Jump to
Current section
Files
lib/snakebridge_generated/dspy/datasets/math/__init__.ex
# Generated by SnakeBridge v0.12.0 - DO NOT EDIT MANUALLY
# Regenerate with: mix compile
# Library: dspy 3.1.2
# Python module: dspy.datasets.math
defmodule Dspy.Datasets.Math do
@moduledoc """
Submodule bindings for `dspy.datasets.math`.
"""
def __snakebridge_python_name__, do: "dspy.datasets.math"
def __snakebridge_library__, do: "dspy"
@doc """
"""
@spec extract_answer(term(), keyword()) :: {:ok, term()} | {:error, Snakepit.Error.t()}
def extract_answer(s, opts \\ []) do
SnakeBridge.Runtime.call(__MODULE__, :extract_answer, [s], opts)
end
end