chore: remove image reply special case in cursor (#680)
This commit is contained in:
parent
e9f6433241
commit
95454735bf
6 changed files with 8 additions and 41 deletions
2
config.d.ts
vendored
2
config.d.ts
vendored
|
|
@ -110,5 +110,5 @@ export type Config = {
|
|||
/**
|
||||
* Whether to send image responses to the client. Can be "allow", "omit", or "auto". Defaults to "auto", which sends images if the client can display them.
|
||||
*/
|
||||
imageResponses?: 'allow' | 'omit' | 'auto';
|
||||
imageResponses?: 'allow' | 'omit';
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue