Add example agent tool preview (#28984)
This PR adds an example of rendering previews for tools using the new Agent ToolCard style.  Release Notes: - N/A --------- Co-authored-by: Marshall Bowers <git@maxdeviant.com>
This commit is contained in:
parent
7a95c14625
commit
acc4a5ccb3
5 changed files with 121 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -703,6 +703,7 @@ dependencies = [
|
|||
"assistant_tool",
|
||||
"chrono",
|
||||
"collections",
|
||||
"component",
|
||||
"feature_flags",
|
||||
"futures 0.3.31",
|
||||
"gpui",
|
||||
|
@ -711,6 +712,7 @@ dependencies = [
|
|||
"itertools 0.14.0",
|
||||
"language",
|
||||
"language_model",
|
||||
"linkme",
|
||||
"open",
|
||||
"project",
|
||||
"rand 0.8.5",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue