| hypothesis_fix_verify | R Documentation |
Advanced self-healing execution that generates hypotheses about errors, attempts fixes, and verifies the results.
hypothesis_fix_verify(
code,
model = NULL,
test_fn = NULL,
max_iterations = 5,
verbose = TRUE
)
code |
Character string of R code to execute. |
model |
LLM model for analysis. |
test_fn |
Optional function to verify the result is correct. |
max_iterations |
Maximum fix iterations. |
verbose |
Print progress. |
List with result, fix history, and verification status.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.