feat(core): update Copilot for token-based billing (#30181)
This commit is contained in:
parent
fa23fb5d38
commit
ae92f3158f
10 changed files with 336 additions and 73 deletions
|
|
@ -294,6 +294,7 @@ export interface Hooks {
|
|||
system: string[]
|
||||
},
|
||||
) => Promise<void>
|
||||
"experimental.provider.small_model"?: (input: { provider: ProviderV2 }, output: { model?: ModelV2 }) => Promise<void>
|
||||
/**
|
||||
* Called before session compaction starts. Allows plugins to customize
|
||||
* the compaction prompt.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue