AI.Tools.Confirm (fnord v0.8.27)

View Source

Summary

Functions

This tool interacts with the user. Executing it concurrently could result in multiple messages appearing in the terminal together before the user has a chance to respond, with multiple stacked readlines waiting for input. Instead, we execute them synchronously, to ensure we get an answer for one before the next is displayed.

Functions

async?()

This tool interacts with the user. Executing it concurrently could result in multiple messages appearing in the terminal together before the user has a chance to respond, with multiple stacked readlines waiting for input. Instead, we execute them synchronously, to ensure we get an answer for one before the next is displayed.