fix(kimi-acp): kimi acp tool call update is missing the kind field (#2814)
This commit is contained in:
@@ -1218,6 +1218,14 @@ To use ACP-compatible agents with Avante.nvim, you need to configure an ACP prov
|
||||
}
|
||||
```
|
||||
|
||||
#### Kimi CLI with ACP
|
||||
```lua
|
||||
{
|
||||
provider = "kimi-cli",
|
||||
-- other configuration options...
|
||||
}
|
||||
```
|
||||
|
||||
### ACP Configuration
|
||||
|
||||
ACP providers are configured in the `acp_providers` section of your configuration:
|
||||
|
||||
Reference in New Issue
Block a user