Convert new toolcallcontent

This commit is contained in:
Ben Brandt 2025-07-23 12:31:54 +02:00
parent 4cd5cceae8
commit c3e4f3800d
No known key found for this signature in database
GPG key ID: D4618C5D3B500571
2 changed files with 57 additions and 28 deletions

View file

@ -8,8 +8,6 @@
use anyhow::Result;
use futures::channel::oneshot;
use gpui::{AsyncApp, Task};
use serde::Serialize;
use serde::de::DeserializeOwned;
use serde_json::Value;
use crate::client::Client;