Skip to content

Conversation

@fern-api
Copy link
Contributor

@fern-api fern-api bot commented Aug 15, 2025

This PR regenerates code to match the latest API Definition.

request: Credal.CreateCopilotRequest,
requestOptions?: Copilots.RequestOptions,
): Promise<core.WithRawResponse<Credal.CreateCopilotResponse>> {
var _headers: core.Fetcher.Args["headers"] = mergeHeaders(
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consider using 'const' instead of 'var' for the _headers declaration since its value is not re-assigned. This promotes immutability and improves readability.

Suggested change
var _headers: core.Fetcher.Args["headers"] = mergeHeaders(
const _headers: core.Fetcher.Args["headers"] = mergeHeaders(

@jackfischer jackfischer merged commit f1eeebf into main Aug 15, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants