@@ -29,11 +29,10 @@ export const daneCommitMessage = new Agent({
2929 providerOptions : {
3030 google : {
3131 thinkingConfig : {
32- thinkingLevel : 'medium' ,
3332 includeThoughts : true ,
3433 thinkingBudget : - 1 ,
3534 } ,
36- responseModalities : [ 'TEXT' , 'IMAGE' ] ,
35+ responseModalities : [ 'TEXT' ] ,
3736 } satisfies GoogleGenerativeAIProviderOptions ,
3837 }
3938 }
@@ -58,11 +57,10 @@ export const daneIssueLabeler = new Agent({
5857 providerOptions : {
5958 google : {
6059 thinkingConfig : {
61- thinkingLevel : 'medium' ,
6260 includeThoughts : true ,
6361 thinkingBudget : - 1 ,
6462 } ,
65- responseModalities : [ 'TEXT' , 'IMAGE' ] ,
63+ responseModalities : [ 'TEXT' ] ,
6664 } satisfies GoogleGenerativeAIProviderOptions ,
6765 }
6866 }
@@ -92,11 +90,10 @@ export const daneLinkChecker = new Agent({
9290 providerOptions : {
9391 google : {
9492 thinkingConfig : {
95- thinkingLevel : 'low' ,
9693 includeThoughts : true ,
9794 thinkingBudget : - 1 ,
9895 } ,
99- responseModalities : [ 'TEXT' , 'IMAGE' ] ,
96+ responseModalities : [ 'TEXT' ] ,
10097 } satisfies GoogleGenerativeAIProviderOptions ,
10198 }
10299 }
@@ -128,11 +125,10 @@ export const daneChangeLog = new Agent({
128125 providerOptions : {
129126 google : {
130127 thinkingConfig : {
131- thinkingLevel : 'medium' ,
132128 includeThoughts : true ,
133129 thinkingBudget : - 1 ,
134130 } ,
135- responseModalities : [ 'TEXT' , 'IMAGE' ] ,
131+ responseModalities : [ 'TEXT' ] ,
136132 } satisfies GoogleGenerativeAIProviderOptions ,
137133 }
138134 }
@@ -189,11 +185,10 @@ export const dane = new Agent({
189185 providerOptions : {
190186 google : {
191187 thinkingConfig : {
192- thinkingLevel : 'high' ,
193188 includeThoughts : true ,
194189 thinkingBudget : - 1 ,
195190 } ,
196- responseModalities : [ 'TEXT' , 'IMAGE' ] ,
191+ responseModalities : [ 'TEXT' ] ,
197192 } satisfies GoogleGenerativeAIProviderOptions ,
198193 }
199194 }
0 commit comments