pub async fn execute_for_message(
pool: &Pool<Postgres>,
channel: &Channel,
cid: i32,
uid: i32,
workdir_root: &PathBuf,
message: &Message,
) -> Result<()>Expand description
Executes tool calls for the message.
ยงErrors
Will return an error if there was a problem while executing tool calls.