pub async fn update_tool_call_id<'a, E>(
executor: E,
company_id: i32,
id: i64,
tool_call_id: &str,
) -> Result<Message>Expand description
Update message tool call id.
ยงErrors
Returns error if there was a problem while updating message tool call id.