WVAviator / lorecraft

Generate and play AI adventure games. Built with Rust/Tauri and TypeScript/React/Tailwind.
1 stars 0 forks source link

Handle Multiple Tool Outputs #25

Open WVAviator opened 8 months ago

WVAviator commented 8 months ago

Sometimes the narrator wants to trigger two functions, like new_scene and add_item, at the same time. This is not currently handled, but probably should be allowed. The entire array of tool calls may need to be passed through along with a tool output array that gradually gets filled.