microsoft / aici

AICI: Prompts as (Wasm) Programs
MIT License
1.87k stars 76 forks source link

add TokenSet.num_set/repr in jsctrl #64

Closed mmoskal closed 4 months ago

mmoskal commented 4 months ago

Impl in pyctrl: https://github.com/microsoft/aici/commit/171dfcf4b91e6c97f5e048df588d76fbd3b2a88c

also add token_repr

mmoskal commented 4 months ago

also https://github.com/microsoft/aici/commit/97227956622a82f08e379514278bc3597db16a46 https://github.com/microsoft/aici/commit/6390cbe4149b8a992a7e0df80ba9aebaebd9bebb

kevinmingtarja commented 4 months ago

Hi, I'm interested in taking on this task!

emrekiciman commented 4 months ago

Hi, I'm interested in taking on this task!

Wonderful Kevin! This is a good first issue. This functionality is implemented in the python controller, but not yet in the javascript controller. Let us know if you have any questions as you dive into this!