Function update_tool_call_id

Source
pub async fn update_tool_call_id<'a, E>(
    executor: E,
    company_id: i32,
    id: i64,
    tool_call_id: &str,
) -> Result<Message>
where E: Executor<'a, Database = Postgres>,
Expand description

Update message tool call id.

ยงErrors

Returns error if there was a problem while updating message tool call id.