mirror of
https://github.com/tvytlx/ai-agent-deep-dive.git
synced 2026-04-12 03:54:48 +08:00
Add extracted source directory and README navigation
This commit is contained in:
10
extracted-source/node_modules/@anthropic-ai/sdk/internal/request-options.mjs
generated
vendored
Normal file
10
extracted-source/node_modules/@anthropic-ai/sdk/internal/request-options.mjs
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
||||
export const FallbackEncoder = ({ headers, body }) => {
|
||||
return {
|
||||
bodyHeaders: {
|
||||
'content-type': 'application/json',
|
||||
},
|
||||
body: JSON.stringify(body),
|
||||
};
|
||||
};
|
||||
//# sourceMappingURL=request-options.mjs.map
|
||||
Reference in New Issue
Block a user