Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
global::Browserbase.SourceGenerationContext.Default,
cancellationToken).ConfigureAwait(false);
var id = parseResult.GetRequiredValue(Id);
var @params = CliRuntime.WasSpecified(parseResult, Params) ? parseResult.GetValue(Params) : (__requestBase is { } __ParamsBaseValue ? __ParamsBaseValue.Params : default);
var @params = CliRuntime.WasSpecified(parseResult, Params) ? parseResult.GetValue(Params) : (__requestBase is { } __@paramsBaseValue ? __@paramsBaseValue.Params : default);

Check failure on line 96 in src/cli/Browserbase.CLI/Commands/FunctionsInvokeCommandApiCommand.g.cs

View workflow job for this annotation

GitHub Actions / Test / Test / build

) expected

Check failure on line 96 in src/cli/Browserbase.CLI/Commands/FunctionsInvokeCommandApiCommand.g.cs

View workflow job for this annotation

GitHub Actions / Test / Test / build

} expected

Check failure on line 96 in src/cli/Browserbase.CLI/Commands/FunctionsInvokeCommandApiCommand.g.cs

View workflow job for this annotation

GitHub Actions / Test / Test / build

; expected

Check failure on line 96 in src/cli/Browserbase.CLI/Commands/FunctionsInvokeCommandApiCommand.g.cs

View workflow job for this annotation

GitHub Actions / Test / Test / build

} expected

Check failure on line 96 in src/cli/Browserbase.CLI/Commands/FunctionsInvokeCommandApiCommand.g.cs

View workflow job for this annotation

GitHub Actions / Test / Test / build

; expected

Check failure on line 96 in src/cli/Browserbase.CLI/Commands/FunctionsInvokeCommandApiCommand.g.cs

View workflow job for this annotation

GitHub Actions / Test / Test / build

Syntax error, '=' expected

Check failure on line 96 in src/cli/Browserbase.CLI/Commands/FunctionsInvokeCommandApiCommand.g.cs

View workflow job for this annotation

GitHub Actions / Test / Test / build

; expected

Check failure on line 96 in src/cli/Browserbase.CLI/Commands/FunctionsInvokeCommandApiCommand.g.cs

View workflow job for this annotation

GitHub Actions / Test / Test / build

) expected
var sessionCreateParams = CliRuntime.WasSpecified(parseResult, SessionCreateParams) ? parseResult.GetValue(SessionCreateParams) : (__requestBase is { } __SessionCreateParamsBaseValue ? __SessionCreateParamsBaseValue.SessionCreateParams : default);
using var client = await CliRuntime.CreateClientAsync(parseResult, cancellationToken).ConfigureAwait(false);

Expand All @@ -111,6 +111,6 @@
global::Browserbase.SourceGenerationContext.Default,
FormatResponse,
cancellationToken).ConfigureAwait(false);
}, cancellationToken).ConfigureAwait(false));

Check failure on line 114 in src/cli/Browserbase.CLI/Commands/FunctionsInvokeCommandApiCommand.g.cs

View workflow job for this annotation

GitHub Actions / Test / Test / build

Invalid token ')' in a member declaration

Check failure on line 114 in src/cli/Browserbase.CLI/Commands/FunctionsInvokeCommandApiCommand.g.cs

View workflow job for this annotation

GitHub Actions / Test / Test / build

Invalid token ',' in a member declaration
return command;
}
Expand Down