|
|
|
|
|
by coredog64
410 days ago
|
|
Not OP, but probably similar to how tool calling is managed: You write the docstring for the function you want, maybe include some specific constraints, and then that gets compiled down to byte code rather than human authored code. |
|