Removes all added content.
Examples
cb <- context_builder(max_tokens = 100)
cb <- cb_add(cb, "some text")
cb <- cb_reset(cb)
length(cb@items)
#> [1] 0
Removes all added content.
cb <- context_builder(max_tokens = 100)
cb <- cb_add(cb, "some text")
cb <- cb_reset(cb)
length(cb@items)
#> [1] 0