Jinwoo Kim
Results
2
comments of
Jinwoo Kim
The example that works is the one that uses `calculator` and `calculator_call`, later in the readme. Your linked example also works, except that it's giving me an error at the...
Yes, but doesn't the implementation of `add` not tell us anything about how `add` is used in what the llm generates? ```python @guidance def add(lm, input1, input2): lm += f'...