Skip to content

Commit

Permalink
fix: custom request config type (#74)
Browse files Browse the repository at this point in the history
fix: custom request config type
  • Loading branch information
jjtang1985 authored Aug 19, 2024
1 parent 36890b8 commit 2bbd3c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/http-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export interface BaseLlmParameters {
*/
export type CustomRequestConfig = Omit<
HttpRequestConfig,
'body' | 'url' | 'baseURL'
'data' | 'url' | 'baseURL'
>;

/**
Expand Down

0 comments on commit 2bbd3c3

Please sign in to comment.