We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af2f204 commit 3258b15Copy full SHA for 3258b15
src/exports/api.ts
@@ -88,7 +88,7 @@ export class API extends EventEmitter<RooCodeEvents> implements RooCodeAPI {
88
images,
89
newTab,
90
}: {
91
- configuration?: RooCodeSettings // Made configuration optional
+ configuration: RooCodeSettings
92
text?: string
93
images?: string[]
94
newTab?: boolean
0 commit comments