@mcp-use/inspector 0.13.0-canary.11 → 0.13.0-canary.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client/assets/{browser-C4F-osqk.js → browser-9Hcz8GQa.js} +47 -47
- package/dist/client/assets/{display-A5IEINAP-H3Q2-YX2.js → display-A5IEINAP-CDZgqATQ.js} +2 -2
- package/dist/client/assets/embeddings-B_c8FO0V.js +1 -0
- package/dist/client/assets/index-BWJOUedR.js +80 -0
- package/dist/client/assets/{index-Bdz9XpGY.js → index-BcDWp7yL.js} +1 -1
- package/dist/client/assets/index-C7WKC4_c.js +71 -0
- package/dist/client/assets/index-COt7aP5z.js +7 -0
- package/dist/client/assets/index-CrP21sE-.js +33 -0
- package/dist/client/assets/index-D6MZ_uWL.js +1676 -0
- package/dist/client/assets/index-D6VDHNX7.js +40 -0
- package/dist/client/assets/index-DQ7i0BFM.css +1 -0
- package/dist/client/assets/index-Dxsl-6OY.js +49 -0
- package/dist/client/assets/{index-CVHM2qPt.js → index-Q4cmml2q.js} +2 -2
- package/dist/client/assets/langfuse-74RGPTAH-BwcKtZq0.js +1 -0
- package/dist/client/assets/llms-BEnmsJ6n.js +2 -0
- package/dist/client/assets/module-D4IOASh4.js +4 -0
- package/dist/client/assets/{path-BzkNY3AW.js → path-X6M8BSjL.js} +1 -1
- package/dist/client/assets/{winston-mndsjLRM.js → winston-CKwQ3MQO.js} +24 -24
- package/dist/client/index.html +3 -3
- package/package.json +29 -33
- package/dist/client/assets/embeddings-7yD5FP5W.js +0 -1
- package/dist/client/assets/index-BCGobKCz.js +0 -80
- package/dist/client/assets/index-BKkxSJZC.js +0 -25
- package/dist/client/assets/index-BVRlDOe5.js +0 -33
- package/dist/client/assets/index-Baw2JzBf.js +0 -71
- package/dist/client/assets/index-CcXsZ4ms.js +0 -1707
- package/dist/client/assets/index-Cfg3RZ-z.js +0 -7
- package/dist/client/assets/index-D-zrynRj.css +0 -1
- package/dist/client/assets/index-DxljWnJH.js +0 -8
- package/dist/client/assets/langfuse-74RGPTAH-CzkBGeHI.js +0 -1
- package/dist/client/assets/module-DXhXtM9n.js +0 -4
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import{g as $n,O as bt,h as jn,f as Bn,e as Ln,R as xt}from"./index-Baw2JzBf.js";import{i as Un,J as nn,a as St,ae as kt,H as qn,I as Wn,D as A,z as Mt,K as Fn,x as be,g as Tt,B as Dn,L as Hn}from"./index-BCGobKCz.js";import"./index-CcXsZ4ms.js";import"./index-DRz5BQNA.js";var Rt=class extends $n{static lc_name(){return"AnthropicToolsOutputParser"}lc_namespace=["langchain","anthropic","output_parsers"];returnId=!1;keyName;returnSingle=!1;zodSchema;constructor(t){super(t),this.keyName=t.keyName,this.returnSingle=t.returnSingle??this.returnSingle,this.zodSchema=t.zodSchema}async _validateResult(t){let e=t;if(typeof t=="string")try{e=JSON.parse(t)}catch(s){throw new bt(`Failed to parse. Text: "${JSON.stringify(t,null,2)}". Error: ${JSON.stringify(s.message)}`,t)}else e=t;if(this.zodSchema===void 0)return e;const n=await Un(this.zodSchema,e);if(n.success)return n.data;throw new bt(`Failed to parse. Text: "${JSON.stringify(t,null,2)}". Error: ${JSON.stringify(n.error.issues)}`,JSON.stringify(e,null,2))}async parseResult(t){const e=t.flatMap(r=>{const{message:i}=r;return Array.isArray(i.content)?sn(i.content)[0]:[]});if(e[0]===void 0)throw new Error("No parseable tool calls provided to AnthropicToolsOutputParser.");const[n]=e;return await this._validateResult(n.args)}};function sn(t){const e=[];for(const n of t)n.type==="tool_use"&&e.push({name:n.name,args:n.input,id:n.id,type:"tool_call"});return e}function Kn(t){if(t)return t==="any"?{type:"any"}:t==="auto"?{type:"auto"}:t==="none"?{type:"none"}:typeof t=="string"?{type:"tool",name:t}:t}function Jn(t){return typeof t=="object"&&t!==null&&"type"in t&&t.type==="thinking"}function Xn(t){return typeof t=="object"&&t!==null&&"type"in t&&t.type==="redacted_thinking"}function zn(t){return typeof t=="object"&&t!==null&&"type"in t&&t.type==="search_result"}function Vn(t){return typeof t!="object"||t==null||!("type"in t)||t.type!=="image"||!("source"in t)||typeof t.source!="object"||t.source==null||!("type"in t.source)?!1:t.source.type==="base64"?!(!("media_type"in t.source)||typeof t.source.media_type!="string"||!("data"in t.source)||typeof t.source.data!="string"):t.source.type==="url"?!(!("url"in t.source)||typeof t.source.url!="string"):!1}const Qn={providerName:"anthropic",fromStandardTextBlock(t){return{type:"text",text:t.text,..."citations"in(t.metadata??{})?{citations:t.metadata.citations}:{},..."cache_control"in(t.metadata??{})?{cache_control:t.metadata.cache_control}:{}}},fromStandardImageBlock(t){if(t.source_type==="url"){const e=nn({dataUrl:t.url,asTypedArray:!1});return e?{type:"image",source:{type:"base64",data:e.data,media_type:e.mime_type},..."cache_control"in(t.metadata??{})?{cache_control:t.metadata.cache_control}:{}}:{type:"image",source:{type:"url",url:t.url},..."cache_control"in(t.metadata??{})?{cache_control:t.metadata.cache_control}:{}}}else{if(t.source_type==="base64")return{type:"image",source:{type:"base64",data:t.data,media_type:t.mime_type??""},..."cache_control"in(t.metadata??{})?{cache_control:t.metadata.cache_control}:{}};throw new Error(`Unsupported image source type: ${t.source_type}`)}},fromStandardFileBlock(t){const e=(t.mime_type??"").split(";")[0];if(t.source_type==="url"){if(e==="application/pdf"||e==="")return{type:"document",source:{type:"url",url:t.url},..."cache_control"in(t.metadata??{})?{cache_control:t.metadata.cache_control}:{},..."citations"in(t.metadata??{})?{citations:t.metadata.citations}:{},..."context"in(t.metadata??{})?{context:t.metadata.context}:{},..."title"in(t.metadata??{})?{title:t.metadata.title}:{}};throw new Error(`Unsupported file mime type for file url source: ${t.mime_type}`)}else if(t.source_type==="text"){if(e==="text/plain"||e==="")return{type:"document",source:{type:"text",data:t.text,media_type:t.mime_type??""},..."cache_control"in(t.metadata??{})?{cache_control:t.metadata.cache_control}:{},..."citations"in(t.metadata??{})?{citations:t.metadata.citations}:{},..."context"in(t.metadata??{})?{context:t.metadata.context}:{},..."title"in(t.metadata??{})?{title:t.metadata.title}:{}};throw new Error(`Unsupported file mime type for file text source: ${t.mime_type}`)}else if(t.source_type==="base64"){if(e==="application/pdf"||e==="")return{type:"document",source:{type:"base64",data:t.data,media_type:"application/pdf"},..."cache_control"in(t.metadata??{})?{cache_control:t.metadata.cache_control}:{},..."citations"in(t.metadata??{})?{citations:t.metadata.citations}:{},..."context"in(t.metadata??{})?{context:t.metadata.context}:{},..."title"in(t.metadata??{})?{title:t.metadata.title}:{}};if(["image/jpeg","image/png","image/gif","image/webp"].includes(e))return{type:"document",source:{type:"content",content:[{type:"image",source:{type:"base64",data:t.data,media_type:e}}]},..."cache_control"in(t.metadata??{})?{cache_control:t.metadata.cache_control}:{},..."citations"in(t.metadata??{})?{citations:t.metadata.citations}:{},..."context"in(t.metadata??{})?{context:t.metadata.context}:{},..."title"in(t.metadata??{})?{title:t.metadata.title}:{}};throw new Error(`Unsupported file mime type for file base64 source: ${t.mime_type}`)}else throw new Error(`Unsupported file source type: ${t.source_type}`)}},Gn=t=>t();function Yn(t){return typeof t=="object"&&t!==null&&"type"in t&&t.type==="citation"}function Zn(t){function*e(){for(const n of t)Yn(n)&&(n.source==="char"?yield{type:"char_location",file_id:n.url??"",start_char_index:n.startIndex??0,end_char_index:n.endIndex??0,document_title:n.title??null,document_index:0,cited_text:n.citedText??""}:n.source==="page"?yield{type:"page_location",file_id:n.url??"",start_page_number:n.startIndex??0,end_page_number:n.endIndex??0,document_title:n.title??null,document_index:0,cited_text:n.citedText??""}:n.source==="block"?yield{type:"content_block_location",file_id:n.url??"",start_block_index:n.startIndex??0,end_block_index:n.endIndex??0,document_title:n.title??null,document_index:0,cited_text:n.citedText??""}:n.source==="url"?yield{type:"web_search_result_location",url:n.url??"",title:n.title??null,encrypted_index:String(n.startIndex??0),cited_text:n.citedText??""}:n.source==="search"&&(yield{type:"search_result_location",title:n.title??null,start_block_index:n.startIndex??0,end_block_index:n.endIndex??0,search_result_index:0,source:n.source??"",cited_text:n.citedText??""}))}return Array.from(e())}function G(t){return typeof t=="string"?t:es(t)}function es(t){const e=[];for(let n=0,{length:s}=t;n<s;n++)e.push(String.fromCharCode(t[n]));return btoa(e.join(""))}function Ve(t){return(t??"").split(";")[0].toLowerCase()}function he(t,e){if(t!=null&&typeof t=="object"&&e in t)return t[e]}function H(t,e){const n=he(e,"cache_control");n!==void 0&&(t.cache_control=n);const s=he(e,"citations");s!==void 0&&(t.citations=s);const r=he(e,"context");r!==void 0&&(t.context=r);const i=he(e,"title");return i!==void 0&&(t.title=i),t}function Qe(t,e){const n=he(e,"cache_control");return n!==void 0&&(t.cache_control=n),t}function At(t){return new Set(["image/jpeg","image/png","image/gif","image/webp"]).has(t)}function ts(t){const e=[],n=t.response_metadata,s="model_provider"in n&&n?.model_provider==="anthropic";for(const r of t.contentBlocks)if(r.type==="text")r.annotations?e.push({type:"text",text:r.text,citations:Zn(r.annotations)}):e.push({type:"text",text:r.text});else if(r.type==="tool_call")e.push({type:"tool_use",id:r.id??"",name:r.name,input:r.args});else if(r.type==="tool_call_chunk"){const i=Gn(()=>{if(typeof r.args!="string")return r.args;try{return JSON.parse(r.args)}catch{return{}}});e.push({type:"tool_use",id:r.id??"",name:r.name??"",input:i})}else if(r.type==="reasoning"&&s)e.push({type:"thinking",thinking:r.reasoning,signature:String(r.signature)});else if(r.type==="server_tool_call"&&s)r.name==="web_search"?e.push({type:"server_tool_use",name:r.name,id:r.id??"",input:r.args}):r.name==="code_execution"&&e.push({type:"server_tool_use",name:r.name,id:r.id??"",input:r.args});else if(r.type==="server_tool_call_result"&&s)if(r.name==="web_search"&&Array.isArray(r.output.urls)){const i=r.output.urls.map(a=>({type:"web_search_result",title:"",encrypted_content:"",url:a}));e.push({type:"web_search_tool_result",tool_use_id:r.toolCallId??"",content:i})}else r.name==="code_execution"?e.push({type:"code_execution_tool_result",tool_use_id:r.toolCallId??"",content:r.output}):r.name==="mcp_tool_result"&&e.push({type:"mcp_tool_result",tool_use_id:r.toolCallId??"",content:r.output});else{if(r.type==="audio")throw new Error("Anthropic does not support audio content blocks.");if(r.type==="file"){const i=r.metadata;if(r.fileId){e.push(H({type:"document",source:{type:"file",file_id:r.fileId}},i));continue}if(r.url){const a=Ve(r.mimeType);if(a==="application/pdf"||a===""){e.push(H({type:"document",source:{type:"url",url:r.url}},i));continue}}if(r.data){const a=Ve(r.mimeType);if(a===""||a==="application/pdf")e.push(H({type:"document",source:{type:"base64",data:G(r.data),media_type:"application/pdf"}},i));else if(a==="text/plain")e.push(H({type:"document",source:{type:"text",data:G(r.data),media_type:"text/plain"}},i));else if(At(a))e.push(H({type:"document",source:{type:"content",content:[{type:"image",source:{type:"base64",data:G(r.data),media_type:a}}]}},i));else throw new Error(`Unsupported file mime type for Anthropic base64 source: ${a}`);continue}throw new Error("File content block must include a fileId, url, or data property.")}else if(r.type==="image"){const i=r.metadata;if(r.fileId){e.push(Qe({type:"image",source:{type:"file",file_id:r.fileId}},i));continue}if(r.url){e.push(Qe({type:"image",source:{type:"url",url:r.url}},i));continue}if(r.data){const a=Ve(r.mimeType)||"image/png";At(a)&&e.push(Qe({type:"image",source:{type:"base64",data:G(r.data),media_type:a}},i));continue}throw new Error("Image content block must include a fileId, url, or data property.")}else r.type==="video"||(r.type==="text-plain"?r.data&&e.push(H({type:"document",source:{type:"text",data:G(r.data),media_type:"text/plain"}},r.metadata)):r.type==="non_standard"&&s&&e.push(r.value))}return e}function vt(t){const e=nn({dataUrl:t});if(e)return{type:"base64",media_type:e.mime_type,data:e.data};let n;try{n=new URL(t)}catch{throw new Error([`Malformed image URL: ${JSON.stringify(t)}. Content blocks of type 'image_url' must be a valid http, https, or base64-encoded data URL.`,"Example: data:image/png;base64,/9j/4AAQSk...","Example: https://example.com/image.jpg"].join(`
|
|
2
|
-
|
|
3
|
-
`))}if(n.protocol==="http:"||n.protocol==="https:")return{type:"url",url:t};throw new Error([`Invalid image URL protocol: ${JSON.stringify(n.protocol)}. Anthropic only supports images as http, https, or base64-encoded data URLs on 'image_url' content blocks.`,"Example: data:image/png;base64,/9j/4AAQSk...","Example: https://example.com/image.jpg"].join(`
|
|
4
|
-
|
|
5
|
-
`))}function ns(t){const e=[];for(const n of t)if(n._getType()==="tool")if(typeof n.content=="string"){const s=e[e.length-1];s?._getType()==="human"&&Array.isArray(s.content)&&"type"in s.content[0]&&s.content[0].type==="tool_result"?s.content.push({type:"tool_result",content:n.content,tool_use_id:n.tool_call_id}):e.push(new kt({content:[{type:"tool_result",content:n.content,tool_use_id:n.tool_call_id}]}))}else e.push(new kt({content:[{type:"tool_result",...n.content!=null?{content:at(n)}:{},tool_use_id:n.tool_call_id}]}));else e.push(n);return e}function Et(t){if(t.id===void 0)throw new Error('Anthropic requires all tool calls to have an "id".');return{type:"tool_use",id:t.id,name:t.name,input:t.args}}function*ss(t){const e=["bash_code_execution_tool_result","input_json_delta","server_tool_use","text_editor_code_execution_tool_result","tool_result","tool_use","web_search_result","web_search_tool_result"],n=["text","text_delta"];for(const s of t){qn(s)&&(yield Wn(s,Qn));const r="cache_control"in s?s.cache_control:void 0;if(s.type==="image_url"){let i;typeof s.image_url=="string"?i=vt(s.image_url):typeof s.image_url=="object"&&s.image_url!==null&&"url"in s.image_url&&typeof s.image_url.url=="string"&&(i=vt(s.image_url.url)),i&&(yield{type:"image",source:i,...r?{cache_control:r}:{}})}else{if(Vn(s))return s;if(s.type==="document")yield{...s,...r?{cache_control:r}:{}};else if(Jn(s))yield{type:"thinking",thinking:s.thinking,signature:s.signature,...r?{cache_control:r}:{}};else if(Xn(s))yield{type:"redacted_thinking",data:s.data,...r?{cache_control:r}:{}};else if(zn(s))yield{type:"search_result",title:s.title,source:s.source,..."cache_control"in s&&s.cache_control?{cache_control:s.cache_control}:{},..."citations"in s&&s.citations?{citations:s.citations}:{},content:s.content};else if(n.find(i=>i===s.type)&&"text"in s)yield{type:"text",text:s.text,...r?{cache_control:r}:{},..."citations"in s&&s.citations?{citations:s.citations}:{}};else if(e.find(i=>i===s.type)){const i={...s};if("index"in i&&delete i.index,i.type==="input_json_delta"&&(i.type="tool_use"),"input"in i&&typeof i.input=="string")try{i.input=JSON.parse(i.input)}catch{i.input={}}yield{...i,...r?{cache_control:r}:{}}}else s.type==="container_upload"&&(yield{...s,...r?{cache_control:r}:{}})}}}function at(t){const{content:e}=t;return typeof e=="string"?e:Array.from(ss(e))}function Pt(t){const e=ns(t);let n;e.length>0&&e[0]._getType()==="system"&&(n=t[0].content);const r=(n!==void 0?e.slice(1):e).map(i=>{let a;if(i._getType()==="human")a="user";else if(i._getType()==="ai")a="assistant";else if(i._getType()==="tool")a="user";else throw i._getType()==="system"?new Error("System messages are only permitted as the first passed message."):new Error(`Message type "${i.type}" is not supported.`);if(St(i)&&i.response_metadata?.output_version==="v1")return{role:a,content:ts(i)};if(St(i)&&i.tool_calls?.length){if(typeof i.content=="string")return i.content===""?{role:a,content:i.tool_calls.map(Et)}:{role:a,content:[{type:"text",text:i.content},...i.tool_calls.map(Et)]};{const{content:c}=i;return!i.tool_calls.every(d=>c.find(f=>(f.type==="tool_use"||f.type==="input_json_delta"||f.type==="server_tool_use")&&f.id===d.id))&&console.warn('The "tool_calls" field on a message is only respected if content is a string.'),{role:a,content:at(i)}}}else return{role:a,content:at(i)}});return{messages:rs(r),system:n}}function rs(t){if(!t||t.length<=1)return t;const e=[];let n=t[0];const s=i=>typeof i=="string"?[{type:"text",text:i}]:i,r=i=>i.role!=="user"||typeof i.content=="string"?!1:Array.isArray(i.content)&&i.content.every(a=>a.type==="tool_result");for(let i=1;i<t.length;i+=1){const a=t[i];r(n)&&r(a)?n={...n,content:[...s(n.content),...s(a.content)]}:(e.push(n),n=a)}return e.push(n),e}function is(t,e){const n={model_provider:"anthropic"};if(t.type==="message_start"){const{content:s,usage:r,...i}=t.message,a={};for(const[m,_]of Object.entries(i))_!=null&&(a[m]=_);const{input_tokens:c,output_tokens:l,...d}=r??{},f={input_tokens:c,output_tokens:l,total_tokens:c+l,input_token_details:{cache_creation:d.cache_creation_input_tokens,cache_read:d.cache_read_input_tokens}};return{chunk:new A({content:e.coerceContentToString?"":[],additional_kwargs:a,usage_metadata:e.streamUsage?f:void 0,response_metadata:{...n,usage:{...d}},id:t.message.id})}}else if(t.type==="message_delta"){const s={input_tokens:0,output_tokens:t.usage.output_tokens,total_tokens:t.usage.output_tokens,input_token_details:{cache_creation:t.usage.cache_creation_input_tokens,cache_read:t.usage.cache_read_input_tokens}},r="context_management"in t.delta?{context_management:t.delta.context_management}:void 0;return{chunk:new A({content:e.coerceContentToString?"":[],response_metadata:r,additional_kwargs:{...t.delta},usage_metadata:e.streamUsage?s:void 0})}}else if(t.type==="content_block_start"&&["tool_use","document","server_tool_use","web_search_tool_result"].includes(t.content_block.type)){const s=t.content_block;let r;return s.type==="tool_use"?r=[{id:s.id,index:t.index,name:s.name,args:""}]:r=[],{chunk:new A({content:e.coerceContentToString?"":[{index:t.index,...t.content_block,input:s.type==="server_tool_use"||s.type==="tool_use"?"":void 0}],response_metadata:n,additional_kwargs:{},tool_call_chunks:r})}}else if(t.type==="content_block_delta"&&["text_delta","citations_delta","thinking_delta","signature_delta"].includes(t.delta.type)){if(e.coerceContentToString&&"text"in t.delta)return{chunk:new A({content:t.delta.text})};{const s=t.delta;return"citation"in s&&(s.citations=[s.citation],delete s.citation),s.type==="thinking_delta"||s.type==="signature_delta"?{chunk:new A({content:[{index:t.index,...s,type:"thinking"}],response_metadata:n})}:{chunk:new A({content:[{index:t.index,...s,type:"text"}],response_metadata:n})}}}else{if(t.type==="content_block_delta"&&t.delta.type==="input_json_delta")return{chunk:new A({content:e.coerceContentToString?"":[{index:t.index,input:t.delta.partial_json,type:t.delta.type}],response_metadata:n,additional_kwargs:{},tool_call_chunks:[{index:t.index,args:t.delta.partial_json}]})};if(t.type==="content_block_start"&&t.content_block.type==="text"){const s=t.content_block?.text;if(s!==void 0)return{chunk:new A({content:e.coerceContentToString?s:[{index:t.index,...t.content_block}],response_metadata:n,additional_kwargs:{}})}}else{if(t.type==="content_block_start"&&t.content_block.type==="redacted_thinking")return{chunk:new A({content:e.coerceContentToString?"":[{index:t.index,...t.content_block}],response_metadata:n})};if(t.type==="content_block_start"&&t.content_block.type==="thinking"){const s=t.content_block.thinking;return{chunk:new A({content:e.coerceContentToString?s:[{index:t.index,...t.content_block}],response_metadata:n})}}}}return null}function as(t,e){const n={...e,model_provider:"anthropic"},s=e.usage,r=s!=null?{input_tokens:s.input_tokens??0,output_tokens:s.output_tokens??0,total_tokens:(s.input_tokens??0)+(s.output_tokens??0),input_token_details:{cache_creation:s.cache_creation_input_tokens,cache_read:s.cache_read_input_tokens}}:void 0;if(t.length===1&&t[0].type==="text")return[{text:t[0].text,message:new Mt({content:t[0].text,additional_kwargs:e,usage_metadata:r,response_metadata:n,id:e.id})}];{const i=sn(t);return[{text:"",message:new Mt({content:t,additional_kwargs:e,tool_calls:i,usage_metadata:r,response_metadata:n,id:e.id})}]}}function xe(t,e){return t.lc_error_code=e,t.message=`${t.message}
|
|
6
|
-
|
|
7
|
-
Troubleshooting URL: https://js.langchain.com/docs/troubleshooting/errors/${e}/
|
|
8
|
-
`,t}function Ot(t){let e;return t.status===400&&t.message.includes("tool")?e=xe(t,"INVALID_TOOL_RESULTS"):t.status===401?e=xe(t,"MODEL_AUTHENTICATION"):t.status===404?e=xe(t,"MODEL_NOT_FOUND"):t.status===429?e=xe(t,"MODEL_RATE_LIMIT"):e=t,e}function u(t,e,n,s,r){if(typeof e=="function"?t!==e||!0:!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");return e.set(t,n),n}function o(t,e,n,s){if(n==="a"&&!s)throw new TypeError("Private accessor was defined without a getter");if(typeof e=="function"?t!==e||!s:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return n==="m"?s:n==="a"?s.call(t):s?s.value:e.get(t)}let rn=function(){const{crypto:t}=globalThis;if(t?.randomUUID)return rn=t.randomUUID.bind(t),t.randomUUID();const e=new Uint8Array(1),n=t?()=>t.getRandomValues(e)[0]:()=>Math.random()*255&255;return"10000000-1000-4000-8000-100000000000".replace(/[018]/g,s=>(+s^n()&15>>+s/4).toString(16))};function fe(t){return typeof t=="object"&&t!==null&&("name"in t&&t.name==="AbortError"||"message"in t&&String(t.message).includes("FetchRequestCanceledException"))}const ot=t=>{if(t instanceof Error)return t;if(typeof t=="object"&&t!==null){try{if(Object.prototype.toString.call(t)==="[object Error]"){const e=new Error(t.message,t.cause?{cause:t.cause}:{});return t.stack&&(e.stack=t.stack),t.cause&&!e.cause&&(e.cause=t.cause),t.name&&(e.name=t.name),e}}catch{}try{return new Error(JSON.stringify(t))}catch{}}return new Error(t)};class p extends Error{}class w extends p{constructor(e,n,s,r){super(`${w.makeMessage(e,n,s)}`),this.status=e,this.headers=r,this.requestID=r?.get("request-id"),this.error=n}static makeMessage(e,n,s){const r=n?.message?typeof n.message=="string"?n.message:JSON.stringify(n.message):n?JSON.stringify(n):s;return e&&r?`${e} ${r}`:e?`${e} status code (no body)`:r||"(no status code or body)"}static generate(e,n,s,r){if(!e||!r)return new He({message:s,cause:ot(n)});const i=n;return e===400?new on(e,i,s,r):e===401?new cn(e,i,s,r):e===403?new ln(e,i,s,r):e===404?new un(e,i,s,r):e===409?new hn(e,i,s,r):e===422?new dn(e,i,s,r):e===429?new pn(e,i,s,r):e>=500?new fn(e,i,s,r):new w(e,i,s,r)}}class v extends w{constructor({message:e}={}){super(void 0,void 0,e||"Request was aborted.",void 0)}}class He extends w{constructor({message:e,cause:n}){super(void 0,void 0,e||"Connection error.",void 0),n&&(this.cause=n)}}class an extends He{constructor({message:e}={}){super({message:e??"Request timed out."})}}class on extends w{}class cn extends w{}class ln extends w{}class un extends w{}class hn extends w{}class dn extends w{}class pn extends w{}class fn extends w{}const os=/^[a-z][a-z0-9+.-]*:/i,cs=t=>os.test(t);let ct=t=>(ct=Array.isArray,ct(t)),Ct=ct;function It(t){return typeof t!="object"?{}:t??{}}function ls(t){if(!t)return!0;for(const e in t)return!1;return!0}function us(t,e){return Object.prototype.hasOwnProperty.call(t,e)}const hs=(t,e)=>{if(typeof e!="number"||!Number.isInteger(e))throw new p(`${t} must be an integer`);if(e<0)throw new p(`${t} must be a positive integer`);return e},mn=t=>{try{return JSON.parse(t)}catch{return}},ds=t=>new Promise(e=>setTimeout(e,t)),z="0.65.0",ps=()=>typeof window<"u"&&typeof window.document<"u"&&typeof navigator<"u";function fs(){return typeof Deno<"u"&&Deno.build!=null?"deno":typeof EdgeRuntime<"u"?"edge":Object.prototype.toString.call(typeof globalThis.process<"u"?globalThis.process:0)==="[object process]"?"node":"unknown"}const ms=()=>{const t=fs();if(t==="deno")return{"X-Stainless-Lang":"js","X-Stainless-Package-Version":z,"X-Stainless-OS":$t(Deno.build.os),"X-Stainless-Arch":Nt(Deno.build.arch),"X-Stainless-Runtime":"deno","X-Stainless-Runtime-Version":typeof Deno.version=="string"?Deno.version:Deno.version?.deno??"unknown"};if(typeof EdgeRuntime<"u")return{"X-Stainless-Lang":"js","X-Stainless-Package-Version":z,"X-Stainless-OS":"Unknown","X-Stainless-Arch":`other:${EdgeRuntime}`,"X-Stainless-Runtime":"edge","X-Stainless-Runtime-Version":globalThis.process.version};if(t==="node")return{"X-Stainless-Lang":"js","X-Stainless-Package-Version":z,"X-Stainless-OS":$t(globalThis.process.platform??"unknown"),"X-Stainless-Arch":Nt(globalThis.process.arch??"unknown"),"X-Stainless-Runtime":"node","X-Stainless-Runtime-Version":globalThis.process.version??"unknown"};const e=gs();return e?{"X-Stainless-Lang":"js","X-Stainless-Package-Version":z,"X-Stainless-OS":"Unknown","X-Stainless-Arch":"unknown","X-Stainless-Runtime":`browser:${e.browser}`,"X-Stainless-Runtime-Version":e.version}:{"X-Stainless-Lang":"js","X-Stainless-Package-Version":z,"X-Stainless-OS":"Unknown","X-Stainless-Arch":"unknown","X-Stainless-Runtime":"unknown","X-Stainless-Runtime-Version":"unknown"}};function gs(){if(typeof navigator>"u"||!navigator)return null;const t=[{key:"edge",pattern:/Edge(?:\W+(\d+)\.(\d+)(?:\.(\d+))?)?/},{key:"ie",pattern:/MSIE(?:\W+(\d+)\.(\d+)(?:\.(\d+))?)?/},{key:"ie",pattern:/Trident(?:.*rv\:(\d+)\.(\d+)(?:\.(\d+))?)?/},{key:"chrome",pattern:/Chrome(?:\W+(\d+)\.(\d+)(?:\.(\d+))?)?/},{key:"firefox",pattern:/Firefox(?:\W+(\d+)\.(\d+)(?:\.(\d+))?)?/},{key:"safari",pattern:/(?:Version\W+(\d+)\.(\d+)(?:\.(\d+))?)?(?:\W+Mobile\S*)?\W+Safari/}];for(const{key:e,pattern:n}of t){const s=n.exec(navigator.userAgent);if(s){const r=s[1]||0,i=s[2]||0,a=s[3]||0;return{browser:e,version:`${r}.${i}.${a}`}}}return null}const Nt=t=>t==="x32"?"x32":t==="x86_64"||t==="x64"?"x64":t==="arm"?"arm":t==="aarch64"||t==="arm64"?"arm64":t?`other:${t}`:"unknown",$t=t=>(t=t.toLowerCase(),t.includes("ios")?"iOS":t==="android"?"Android":t==="darwin"?"MacOS":t==="win32"?"Windows":t==="freebsd"?"FreeBSD":t==="openbsd"?"OpenBSD":t==="linux"?"Linux":t?`Other:${t}`:"Unknown");let jt;const _s=()=>jt??(jt=ms());function ys(){if(typeof fetch<"u")return fetch;throw new Error("`fetch` is not defined as a global; Either pass `fetch` to the client, `new Anthropic({ fetch })` or polyfill the global, `globalThis.fetch = fetch`")}function gn(...t){const e=globalThis.ReadableStream;if(typeof e>"u")throw new Error("`ReadableStream` is not defined as a global; You will need to polyfill it, `globalThis.ReadableStream = ReadableStream`");return new e(...t)}function _n(t){let e=Symbol.asyncIterator in t?t[Symbol.asyncIterator]():t[Symbol.iterator]();return gn({start(){},async pull(n){const{done:s,value:r}=await e.next();s?n.close():n.enqueue(r)},async cancel(){await e.return?.()}})}function pt(t){if(t[Symbol.asyncIterator])return t;const e=t.getReader();return{async next(){try{const n=await e.read();return n?.done&&e.releaseLock(),n}catch(n){throw e.releaseLock(),n}},async return(){const n=e.cancel();return e.releaseLock(),await n,{done:!0,value:void 0}},[Symbol.asyncIterator](){return this}}}async function ws(t){if(t===null||typeof t!="object")return;if(t[Symbol.asyncIterator]){await t[Symbol.asyncIterator]().return?.();return}const e=t.getReader(),n=e.cancel();e.releaseLock(),await n}const bs=({headers:t,body:e})=>({bodyHeaders:{"content-type":"application/json"},body:JSON.stringify(e)});function xs(t){let e=0;for(const r of t)e+=r.length;const n=new Uint8Array(e);let s=0;for(const r of t)n.set(r,s),s+=r.length;return n}let Bt;function ft(t){let e;return(Bt??(e=new globalThis.TextEncoder,Bt=e.encode.bind(e)))(t)}let Lt;function Ut(t){let e;return(Lt??(e=new globalThis.TextDecoder,Lt=e.decode.bind(e)))(t)}var k,M;class me{constructor(){k.set(this,void 0),M.set(this,void 0),u(this,k,new Uint8Array),u(this,M,null)}decode(e){if(e==null)return[];const n=e instanceof ArrayBuffer?new Uint8Array(e):typeof e=="string"?ft(e):e;u(this,k,xs([o(this,k,"f"),n]));const s=[];let r;for(;(r=Ss(o(this,k,"f"),o(this,M,"f")))!=null;){if(r.carriage&&o(this,M,"f")==null){u(this,M,r.index);continue}if(o(this,M,"f")!=null&&(r.index!==o(this,M,"f")+1||r.carriage)){s.push(Ut(o(this,k,"f").subarray(0,o(this,M,"f")-1))),u(this,k,o(this,k,"f").subarray(o(this,M,"f"))),u(this,M,null);continue}const i=o(this,M,"f")!==null?r.preceding-1:r.preceding,a=Ut(o(this,k,"f").subarray(0,i));s.push(a),u(this,k,o(this,k,"f").subarray(r.index)),u(this,M,null)}return s}flush(){return o(this,k,"f").length?this.decode(`
|
|
9
|
-
`):[]}}k=new WeakMap,M=new WeakMap;me.NEWLINE_CHARS=new Set([`
|
|
10
|
-
`,"\r"]);me.NEWLINE_REGEXP=/\r\n|[\n\r]/g;function Ss(t,e){for(let r=e??0;r<t.length;r++){if(t[r]===10)return{preceding:r,index:r+1,carriage:!1};if(t[r]===13)return{preceding:r,index:r+1,carriage:!0}}return null}function ks(t){for(let s=0;s<t.length-1;s++){if(t[s]===10&&t[s+1]===10||t[s]===13&&t[s+1]===13)return s+2;if(t[s]===13&&t[s+1]===10&&s+3<t.length&&t[s+2]===13&&t[s+3]===10)return s+4}return-1}const We={off:0,error:200,warn:300,info:400,debug:500},qt=(t,e,n)=>{if(t){if(us(We,t))return t;x(n).warn(`${e} was set to ${JSON.stringify(t)}, expected one of ${JSON.stringify(Object.keys(We))}`)}};function de(){}function Se(t,e,n){return!e||We[t]>We[n]?de:e[t].bind(e)}const Ms={error:de,warn:de,info:de,debug:de};let Wt=new WeakMap;function x(t){const e=t.logger,n=t.logLevel??"off";if(!e)return Ms;const s=Wt.get(e);if(s&&s[0]===n)return s[1];const r={error:Se("error",e,n),warn:Se("warn",e,n),info:Se("info",e,n),debug:Se("debug",e,n)};return Wt.set(e,[n,r]),r}const D=t=>(t.options&&(t.options={...t.options},delete t.options.headers),t.headers&&(t.headers=Object.fromEntries((t.headers instanceof Headers?[...t.headers]:Object.entries(t.headers)).map(([e,n])=>[e,e.toLowerCase()==="x-api-key"||e.toLowerCase()==="authorization"||e.toLowerCase()==="cookie"||e.toLowerCase()==="set-cookie"?"***":n]))),"retryOfRequestLogID"in t&&(t.retryOfRequestLogID&&(t.retryOf=t.retryOfRequestLogID),delete t.retryOfRequestLogID),t);var Y;class C{constructor(e,n,s){this.iterator=e,Y.set(this,void 0),this.controller=n,u(this,Y,s)}static fromSSEResponse(e,n,s){let r=!1;const i=s?x(s):console;async function*a(){if(r)throw new p("Cannot iterate over a consumed stream, use `.tee()` to split the stream.");r=!0;let c=!1;try{for await(const l of Ts(e,n)){if(l.event==="completion")try{yield JSON.parse(l.data)}catch(d){throw i.error("Could not parse message into JSON:",l.data),i.error("From chunk:",l.raw),d}if(l.event==="message_start"||l.event==="message_delta"||l.event==="message_stop"||l.event==="content_block_start"||l.event==="content_block_delta"||l.event==="content_block_stop")try{yield JSON.parse(l.data)}catch(d){throw i.error("Could not parse message into JSON:",l.data),i.error("From chunk:",l.raw),d}if(l.event!=="ping"&&l.event==="error")throw new w(void 0,mn(l.data)??l.data,void 0,e.headers)}c=!0}catch(l){if(fe(l))return;throw l}finally{c||n.abort()}}return new C(a,n,s)}static fromReadableStream(e,n,s){let r=!1;async function*i(){const c=new me,l=pt(e);for await(const d of l)for(const f of c.decode(d))yield f;for(const d of c.flush())yield d}async function*a(){if(r)throw new p("Cannot iterate over a consumed stream, use `.tee()` to split the stream.");r=!0;let c=!1;try{for await(const l of i())c||l&&(yield JSON.parse(l));c=!0}catch(l){if(fe(l))return;throw l}finally{c||n.abort()}}return new C(a,n,s)}[(Y=new WeakMap,Symbol.asyncIterator)](){return this.iterator()}tee(){const e=[],n=[],s=this.iterator(),r=i=>({next:()=>{if(i.length===0){const a=s.next();e.push(a),n.push(a)}return i.shift()}});return[new C(()=>r(e),this.controller,o(this,Y,"f")),new C(()=>r(n),this.controller,o(this,Y,"f"))]}toReadableStream(){const e=this;let n;return gn({async start(){n=e[Symbol.asyncIterator]()},async pull(s){try{const{value:r,done:i}=await n.next();if(i)return s.close();const a=ft(JSON.stringify(r)+`
|
|
11
|
-
`);s.enqueue(a)}catch(r){s.error(r)}},async cancel(){await n.return?.()}})}}async function*Ts(t,e){if(!t.body)throw e.abort(),typeof globalThis.navigator<"u"&&globalThis.navigator.product==="ReactNative"?new p("The default react-native fetch implementation does not support streaming. Please use expo/fetch: https://docs.expo.dev/versions/latest/sdk/expo/#expofetch-api"):new p("Attempted to iterate over a response with no body");const n=new As,s=new me,r=pt(t.body);for await(const i of Rs(r))for(const a of s.decode(i)){const c=n.decode(a);c&&(yield c)}for(const i of s.flush()){const a=n.decode(i);a&&(yield a)}}async function*Rs(t){let e=new Uint8Array;for await(const n of t){if(n==null)continue;const s=n instanceof ArrayBuffer?new Uint8Array(n):typeof n=="string"?ft(n):n;let r=new Uint8Array(e.length+s.length);r.set(e),r.set(s,e.length),e=r;let i;for(;(i=ks(e))!==-1;)yield e.slice(0,i),e=e.slice(i)}e.length>0&&(yield e)}class As{constructor(){this.event=null,this.data=[],this.chunks=[]}decode(e){if(e.endsWith("\r")&&(e=e.substring(0,e.length-1)),!e){if(!this.event&&!this.data.length)return null;const i={event:this.event,data:this.data.join(`
|
|
12
|
-
`),raw:this.chunks};return this.event=null,this.data=[],this.chunks=[],i}if(this.chunks.push(e),e.startsWith(":"))return null;let[n,s,r]=vs(e,":");return r.startsWith(" ")&&(r=r.substring(1)),n==="event"?this.event=r:n==="data"&&this.data.push(r),null}}function vs(t,e){const n=t.indexOf(e);return n!==-1?[t.substring(0,n),e,t.substring(n+e.length)]:[t,"",""]}async function yn(t,e){const{response:n,requestLogID:s,retryOfRequestLogID:r,startTime:i}=e,a=await(async()=>{if(e.options.stream)return x(t).debug("response",n.status,n.url,n.headers,n.body),e.options.__streamClass?e.options.__streamClass.fromSSEResponse(n,e.controller):C.fromSSEResponse(n,e.controller);if(n.status===204)return null;if(e.options.__binaryResponse)return n;const l=n.headers.get("content-type")?.split(";")[0]?.trim();if(l?.includes("application/json")||l?.endsWith("+json")){const m=await n.json();return wn(m,n)}return await n.text()})();return x(t).debug(`[${s}] response parsed`,D({retryOfRequestLogID:r,url:n.url,status:n.status,body:a,durationMs:Date.now()-i})),a}function wn(t,e){return!t||typeof t!="object"||Array.isArray(t)?t:Object.defineProperty(t,"_request_id",{value:e.headers.get("request-id"),enumerable:!1})}var pe;class Ke extends Promise{constructor(e,n,s=yn){super(r=>{r(null)}),this.responsePromise=n,this.parseResponse=s,pe.set(this,void 0),u(this,pe,e)}_thenUnwrap(e){return new Ke(o(this,pe,"f"),this.responsePromise,async(n,s)=>wn(e(await this.parseResponse(n,s),s),s.response))}asResponse(){return this.responsePromise.then(e=>e.response)}async withResponse(){const[e,n]=await Promise.all([this.parse(),this.asResponse()]);return{data:e,response:n,request_id:n.headers.get("request-id")}}parse(){return this.parsedPromise||(this.parsedPromise=this.responsePromise.then(e=>this.parseResponse(o(this,pe,"f"),e))),this.parsedPromise}then(e,n){return this.parse().then(e,n)}catch(e){return this.parse().catch(e)}finally(e){return this.parse().finally(e)}}pe=new WeakMap;var ke;class Es{constructor(e,n,s,r){ke.set(this,void 0),u(this,ke,e),this.options=r,this.response=n,this.body=s}hasNextPage(){return this.getPaginatedItems().length?this.nextPageRequestOptions()!=null:!1}async getNextPage(){const e=this.nextPageRequestOptions();if(!e)throw new p("No next page expected; please check `.hasNextPage()` before calling `.getNextPage()`.");return await o(this,ke,"f").requestAPIList(this.constructor,e)}async*iterPages(){let e=this;for(yield e;e.hasNextPage();)e=await e.getNextPage(),yield e}async*[(ke=new WeakMap,Symbol.asyncIterator)](){for await(const e of this.iterPages())for(const n of e.getPaginatedItems())yield n}}class Ps extends Ke{constructor(e,n,s){super(e,n,async(r,i)=>new s(r,i.response,await yn(r,i),i.options))}async*[Symbol.asyncIterator](){const e=await this;for await(const n of e)yield n}}class ge extends Es{constructor(e,n,s,r){super(e,n,s,r),this.data=s.data||[],this.has_more=s.has_more||!1,this.first_id=s.first_id||null,this.last_id=s.last_id||null}getPaginatedItems(){return this.data??[]}hasNextPage(){return this.has_more===!1?!1:super.hasNextPage()}nextPageRequestOptions(){if(this.options.query?.before_id){const n=this.first_id;return n?{...this.options,query:{...It(this.options.query),before_id:n}}:null}const e=this.last_id;return e?{...this.options,query:{...It(this.options.query),after_id:e}}:null}}const bn=()=>{if(typeof File>"u"){const{process:t}=globalThis,e=typeof t?.versions?.node=="string"&&parseInt(t.versions.node.split("."))<20;throw new Error("`File` is not defined as a global, which is required for file uploads."+(e?" Update to Node 20 LTS or newer, or set `globalThis.File` to `import('node:buffer').File`.":""))}};function Q(t,e,n){return bn(),new File(t,e??"unknown_file",n)}function Ue(t){return(typeof t=="object"&&t!==null&&("name"in t&&t.name&&String(t.name)||"url"in t&&t.url&&String(t.url)||"filename"in t&&t.filename&&String(t.filename)||"path"in t&&t.path&&String(t.path))||"").split(/[\\/]/).pop()||void 0}const xn=t=>t!=null&&typeof t=="object"&&typeof t[Symbol.asyncIterator]=="function",Os=async(t,e)=>({...t,body:await Is(t.body,e)}),Ft=new WeakMap;function Cs(t){const e=typeof t=="function"?t:t.fetch,n=Ft.get(e);if(n)return n;const s=(async()=>{try{const r="Response"in e?e.Response:(await e("data:,")).constructor,i=new FormData;return i.toString()!==await new r(i).text()}catch{return!0}})();return Ft.set(e,s),s}const Is=async(t,e)=>{if(!await Cs(e))throw new TypeError("The provided fetch function does not support file uploads with the current global FormData class.");const n=new FormData;return await Promise.all(Object.entries(t||{}).map(([s,r])=>lt(n,s,r))),n},Ns=t=>t instanceof Blob&&"name"in t,lt=async(t,e,n)=>{if(n!==void 0){if(n==null)throw new TypeError(`Received null for "${e}"; to pass null in FormData, you must use the string 'null'`);if(typeof n=="string"||typeof n=="number"||typeof n=="boolean")t.append(e,String(n));else if(n instanceof Response){let s={};const r=n.headers.get("Content-Type");r&&(s={type:r}),t.append(e,Q([await n.blob()],Ue(n),s))}else if(xn(n))t.append(e,Q([await new Response(_n(n)).blob()],Ue(n)));else if(Ns(n))t.append(e,Q([n],Ue(n),{type:n.type}));else if(Array.isArray(n))await Promise.all(n.map(s=>lt(t,e+"[]",s)));else if(typeof n=="object")await Promise.all(Object.entries(n).map(([s,r])=>lt(t,`${e}[${s}]`,r)));else throw new TypeError(`Invalid value given to form, expected a string, number, boolean, object, Array, File or Blob but got ${n} instead`)}},Sn=t=>t!=null&&typeof t=="object"&&typeof t.size=="number"&&typeof t.type=="string"&&typeof t.text=="function"&&typeof t.slice=="function"&&typeof t.arrayBuffer=="function",$s=t=>t!=null&&typeof t=="object"&&typeof t.name=="string"&&typeof t.lastModified=="number"&&Sn(t),js=t=>t!=null&&typeof t=="object"&&typeof t.url=="string"&&typeof t.blob=="function";async function Bs(t,e,n){if(bn(),t=await t,e||(e=Ue(t)),$s(t))return t instanceof File&&e==null&&n==null?t:Q([await t.arrayBuffer()],e??t.name,{type:t.type,lastModified:t.lastModified,...n});if(js(t)){const r=await t.blob();return e||(e=new URL(t.url).pathname.split(/[\\/]/).pop()),Q(await ut(r),e,n)}const s=await ut(t);if(!n?.type){const r=s.find(i=>typeof i=="object"&&"type"in i&&i.type);typeof r=="string"&&(n={...n,type:r})}return Q(s,e,n)}async function ut(t){let e=[];if(typeof t=="string"||ArrayBuffer.isView(t)||t instanceof ArrayBuffer)e.push(t);else if(Sn(t))e.push(t instanceof Blob?t:await t.arrayBuffer());else if(xn(t))for await(const n of t)e.push(...await ut(n));else{const n=t?.constructor?.name;throw new Error(`Unexpected data type: ${typeof t}${n?`; constructor: ${n}`:""}${Ls(t)}`)}return e}function Ls(t){return typeof t!="object"||t===null?"":`; props: [${Object.getOwnPropertyNames(t).map(n=>`"${n}"`).join(", ")}]`}class B{constructor(e){this._client=e}}const kn=Symbol.for("brand.privateNullableHeaders");function*Us(t){if(!t)return;if(kn in t){const{values:s,nulls:r}=t;yield*s.entries();for(const i of r)yield[i,null];return}let e=!1,n;t instanceof Headers?n=t.entries():Ct(t)?n=t:(e=!0,n=Object.entries(t??{}));for(let s of n){const r=s[0];if(typeof r!="string")throw new TypeError("expected header name to be a string");const i=Ct(s[1])?s[1]:[s[1]];let a=!1;for(const c of i)c!==void 0&&(e&&!a&&(a=!0,yield[r,null]),yield[r,c])}}const g=t=>{const e=new Headers,n=new Set;for(const s of t){const r=new Set;for(const[i,a]of Us(s)){const c=i.toLowerCase();r.has(c)||(e.delete(i),r.add(c)),a===null?(e.delete(i),n.add(c)):(e.append(i,a),n.delete(c))}}return{[kn]:!0,values:e,nulls:n}};function Mn(t){return t.replace(/[^A-Za-z0-9\-._~!$&'()*+,;=:@]+/g,encodeURIComponent)}const Dt=Object.freeze(Object.create(null)),qs=(t=Mn)=>function(n,...s){if(n.length===1)return n[0];let r=!1;const i=[],a=n.reduce((f,m,_)=>{/[?#]/.test(m)&&(r=!0);const h=s[_];let b=(r?encodeURIComponent:t)(""+h);return _!==s.length&&(h==null||typeof h=="object"&&h.toString===Object.getPrototypeOf(Object.getPrototypeOf(h.hasOwnProperty??Dt)??Dt)?.toString)&&(b=h+"",i.push({start:f.length+m.length,length:b.length,error:`Value of type ${Object.prototype.toString.call(h).slice(8,-1)} is not a valid path parameter`})),f+m+(_===s.length?"":b)},""),c=a.split(/[?#]/,1)[0],l=new RegExp("(?<=^|\\/)(?:\\.|%2e){1,2}(?=\\/|$)","gi");let d;for(;(d=l.exec(c))!==null;)i.push({start:d.index,length:d[0].length,error:`Value "${d[0]}" can't be safely passed as a path parameter`});if(i.sort((f,m)=>f.start-m.start),i.length>0){let f=0;const m=i.reduce((_,h)=>{const b=" ".repeat(h.start-f),W="^".repeat(h.length);return f=h.start+h.length,_+b+W},"");throw new p(`Path parameters result in path with invalid segments:
|
|
13
|
-
${i.map(_=>_.error).join(`
|
|
14
|
-
`)}
|
|
15
|
-
${a}
|
|
16
|
-
${m}`)}return a},E=qs(Mn);class Tn extends B{list(e={},n){const{betas:s,...r}=e??{};return this._client.getAPIList("/v1/files",ge,{query:r,...n,headers:g([{"anthropic-beta":[...s??[],"files-api-2025-04-14"].toString()},n?.headers])})}delete(e,n={},s){const{betas:r}=n??{};return this._client.delete(E`/v1/files/${e}`,{...s,headers:g([{"anthropic-beta":[...r??[],"files-api-2025-04-14"].toString()},s?.headers])})}download(e,n={},s){const{betas:r}=n??{};return this._client.get(E`/v1/files/${e}/content`,{...s,headers:g([{"anthropic-beta":[...r??[],"files-api-2025-04-14"].toString(),Accept:"application/binary"},s?.headers]),__binaryResponse:!0})}retrieveMetadata(e,n={},s){const{betas:r}=n??{};return this._client.get(E`/v1/files/${e}`,{...s,headers:g([{"anthropic-beta":[...r??[],"files-api-2025-04-14"].toString()},s?.headers])})}upload(e,n){const{betas:s,...r}=e;return this._client.post("/v1/files",Os({body:r,...n,headers:g([{"anthropic-beta":[...s??[],"files-api-2025-04-14"].toString()},n?.headers])},this._client))}}let Rn=class extends B{retrieve(e,n={},s){const{betas:r}=n??{};return this._client.get(E`/v1/models/${e}?beta=true`,{...s,headers:g([{...r?.toString()!=null?{"anthropic-beta":r?.toString()}:void 0},s?.headers])})}list(e={},n){const{betas:s,...r}=e??{};return this._client.getAPIList("/v1/models?beta=true",ge,{query:r,...n,headers:g([{...s?.toString()!=null?{"anthropic-beta":s?.toString()}:void 0},n?.headers])})}};class Je{constructor(e,n){this.iterator=e,this.controller=n}async*decoder(){const e=new me;for await(const n of this.iterator)for(const s of e.decode(n))yield JSON.parse(s);for(const n of e.flush())yield JSON.parse(n)}[Symbol.asyncIterator](){return this.decoder()}static fromResponse(e,n){if(!e.body)throw n.abort(),typeof globalThis.navigator<"u"&&globalThis.navigator.product==="ReactNative"?new p("The default react-native fetch implementation does not support streaming. Please use expo/fetch: https://docs.expo.dev/versions/latest/sdk/expo/#expofetch-api"):new p("Attempted to iterate over a response with no body");return new Je(pt(e.body),n)}}let An=class extends B{create(e,n){const{betas:s,...r}=e;return this._client.post("/v1/messages/batches?beta=true",{body:r,...n,headers:g([{"anthropic-beta":[...s??[],"message-batches-2024-09-24"].toString()},n?.headers])})}retrieve(e,n={},s){const{betas:r}=n??{};return this._client.get(E`/v1/messages/batches/${e}?beta=true`,{...s,headers:g([{"anthropic-beta":[...r??[],"message-batches-2024-09-24"].toString()},s?.headers])})}list(e={},n){const{betas:s,...r}=e??{};return this._client.getAPIList("/v1/messages/batches?beta=true",ge,{query:r,...n,headers:g([{"anthropic-beta":[...s??[],"message-batches-2024-09-24"].toString()},n?.headers])})}delete(e,n={},s){const{betas:r}=n??{};return this._client.delete(E`/v1/messages/batches/${e}?beta=true`,{...s,headers:g([{"anthropic-beta":[...r??[],"message-batches-2024-09-24"].toString()},s?.headers])})}cancel(e,n={},s){const{betas:r}=n??{};return this._client.post(E`/v1/messages/batches/${e}/cancel?beta=true`,{...s,headers:g([{"anthropic-beta":[...r??[],"message-batches-2024-09-24"].toString()},s?.headers])})}async results(e,n={},s){const r=await this.retrieve(e);if(!r.results_url)throw new p(`No batch \`results_url\`; Has it finished processing? ${r.processing_status} - ${r.id}`);const{betas:i}=n??{};return this._client.get(r.results_url,{...s,headers:g([{"anthropic-beta":[...i??[],"message-batches-2024-09-24"].toString(),Accept:"application/binary"},s?.headers]),stream:!0,__binaryResponse:!0})._thenUnwrap((a,c)=>Je.fromResponse(c.response,c.controller))}};const Ws=t=>{let e=0,n=[];for(;e<t.length;){let s=t[e];if(s==="\\"){e++;continue}if(s==="{"){n.push({type:"brace",value:"{"}),e++;continue}if(s==="}"){n.push({type:"brace",value:"}"}),e++;continue}if(s==="["){n.push({type:"paren",value:"["}),e++;continue}if(s==="]"){n.push({type:"paren",value:"]"}),e++;continue}if(s===":"){n.push({type:"separator",value:":"}),e++;continue}if(s===","){n.push({type:"delimiter",value:","}),e++;continue}if(s==='"'){let c="",l=!1;for(s=t[++e];s!=='"';){if(e===t.length){l=!0;break}if(s==="\\"){if(e++,e===t.length){l=!0;break}c+=s+t[e],s=t[++e]}else c+=s,s=t[++e]}s=t[++e],l||n.push({type:"string",value:c});continue}if(s&&/\s/.test(s)){e++;continue}let i=/[0-9]/;if(s&&i.test(s)||s==="-"||s==="."){let c="";for(s==="-"&&(c+=s,s=t[++e]);s&&i.test(s)||s===".";)c+=s,s=t[++e];n.push({type:"number",value:c});continue}let a=/[a-z]/i;if(s&&a.test(s)){let c="";for(;s&&a.test(s)&&e!==t.length;)c+=s,s=t[++e];if(c=="true"||c=="false"||c==="null")n.push({type:"name",value:c});else{e++;continue}continue}e++}return n},V=t=>{if(t.length===0)return t;let e=t[t.length-1];switch(e.type){case"separator":return t=t.slice(0,t.length-1),V(t);case"number":let n=e.value[e.value.length-1];if(n==="."||n==="-")return t=t.slice(0,t.length-1),V(t);case"string":let s=t[t.length-2];if(s?.type==="delimiter")return t=t.slice(0,t.length-1),V(t);if(s?.type==="brace"&&s.value==="{")return t=t.slice(0,t.length-1),V(t);break;case"delimiter":return t=t.slice(0,t.length-1),V(t)}return t},Fs=t=>{let e=[];return t.map(n=>{n.type==="brace"&&(n.value==="{"?e.push("}"):e.splice(e.lastIndexOf("}"),1)),n.type==="paren"&&(n.value==="["?e.push("]"):e.splice(e.lastIndexOf("]"),1))}),e.length>0&&e.reverse().map(n=>{n==="}"?t.push({type:"brace",value:"}"}):n==="]"&&t.push({type:"paren",value:"]"})}),t},Ds=t=>{let e="";return t.map(n=>{switch(n.type){case"string":e+='"'+n.value+'"';break;default:e+=n.value;break}}),e},vn=t=>JSON.parse(Ds(Fs(V(Ws(t)))));var T,L,Z,Me,ee,te,Te,ne,N,se,Re,Ae,K,ve,Ee,Ge,Ht,Pe,Ye,Ze,et,Kt;const Jt="__json_buf";function Xt(t){return t.type==="tool_use"||t.type==="server_tool_use"||t.type==="mcp_tool_use"}class Fe{constructor(){T.add(this),this.messages=[],this.receivedMessages=[],L.set(this,void 0),this.controller=new AbortController,Z.set(this,void 0),Me.set(this,()=>{}),ee.set(this,()=>{}),te.set(this,void 0),Te.set(this,()=>{}),ne.set(this,()=>{}),N.set(this,{}),se.set(this,!1),Re.set(this,!1),Ae.set(this,!1),K.set(this,!1),ve.set(this,void 0),Ee.set(this,void 0),Pe.set(this,e=>{if(u(this,Re,!0),fe(e)&&(e=new v),e instanceof v)return u(this,Ae,!0),this._emit("abort",e);if(e instanceof p)return this._emit("error",e);if(e instanceof Error){const n=new p(e.message);return n.cause=e,this._emit("error",n)}return this._emit("error",new p(String(e)))}),u(this,Z,new Promise((e,n)=>{u(this,Me,e,"f"),u(this,ee,n,"f")})),u(this,te,new Promise((e,n)=>{u(this,Te,e,"f"),u(this,ne,n,"f")})),o(this,Z,"f").catch(()=>{}),o(this,te,"f").catch(()=>{})}get response(){return o(this,ve,"f")}get request_id(){return o(this,Ee,"f")}async withResponse(){const e=await o(this,Z,"f");if(!e)throw new Error("Could not resolve a `Response` object");return{data:this,response:e,request_id:e.headers.get("request-id")}}static fromReadableStream(e){const n=new Fe;return n._run(()=>n._fromReadableStream(e)),n}static createMessage(e,n,s){const r=new Fe;for(const i of n.messages)r._addMessageParam(i);return r._run(()=>r._createMessage(e,{...n,stream:!0},{...s,headers:{...s?.headers,"X-Stainless-Helper-Method":"stream"}})),r}_run(e){e().then(()=>{this._emitFinal(),this._emit("end")},o(this,Pe,"f"))}_addMessageParam(e){this.messages.push(e)}_addMessage(e,n=!0){this.receivedMessages.push(e),n&&this._emit("message",e)}async _createMessage(e,n,s){const r=s?.signal;let i;r&&(r.aborted&&this.controller.abort(),i=this.controller.abort.bind(this.controller),r.addEventListener("abort",i));try{o(this,T,"m",Ye).call(this);const{response:a,data:c}=await e.create({...n,stream:!0},{...s,signal:this.controller.signal}).withResponse();this._connected(a);for await(const l of c)o(this,T,"m",Ze).call(this,l);if(c.controller.signal?.aborted)throw new v;o(this,T,"m",et).call(this)}finally{r&&i&&r.removeEventListener("abort",i)}}_connected(e){this.ended||(u(this,ve,e),u(this,Ee,e?.headers.get("request-id")),o(this,Me,"f").call(this,e),this._emit("connect"))}get ended(){return o(this,se,"f")}get errored(){return o(this,Re,"f")}get aborted(){return o(this,Ae,"f")}abort(){this.controller.abort()}on(e,n){return(o(this,N,"f")[e]||(o(this,N,"f")[e]=[])).push({listener:n}),this}off(e,n){const s=o(this,N,"f")[e];if(!s)return this;const r=s.findIndex(i=>i.listener===n);return r>=0&&s.splice(r,1),this}once(e,n){return(o(this,N,"f")[e]||(o(this,N,"f")[e]=[])).push({listener:n,once:!0}),this}emitted(e){return new Promise((n,s)=>{u(this,K,!0),e!=="error"&&this.once("error",s),this.once(e,n)})}async done(){u(this,K,!0),await o(this,te,"f")}get currentMessage(){return o(this,L,"f")}async finalMessage(){return await this.done(),o(this,T,"m",Ge).call(this)}async finalText(){return await this.done(),o(this,T,"m",Ht).call(this)}_emit(e,...n){if(o(this,se,"f"))return;e==="end"&&(u(this,se,!0),o(this,Te,"f").call(this));const s=o(this,N,"f")[e];if(s&&(o(this,N,"f")[e]=s.filter(r=>!r.once),s.forEach(({listener:r})=>r(...n))),e==="abort"){const r=n[0];!o(this,K,"f")&&!s?.length&&Promise.reject(r),o(this,ee,"f").call(this,r),o(this,ne,"f").call(this,r),this._emit("end");return}if(e==="error"){const r=n[0];!o(this,K,"f")&&!s?.length&&Promise.reject(r),o(this,ee,"f").call(this,r),o(this,ne,"f").call(this,r),this._emit("end")}}_emitFinal(){this.receivedMessages.at(-1)&&this._emit("finalMessage",o(this,T,"m",Ge).call(this))}async _fromReadableStream(e,n){const s=n?.signal;let r;s&&(s.aborted&&this.controller.abort(),r=this.controller.abort.bind(this.controller),s.addEventListener("abort",r));try{o(this,T,"m",Ye).call(this),this._connected(null);const i=C.fromReadableStream(e,this.controller);for await(const a of i)o(this,T,"m",Ze).call(this,a);if(i.controller.signal?.aborted)throw new v;o(this,T,"m",et).call(this)}finally{s&&r&&s.removeEventListener("abort",r)}}[(L=new WeakMap,Z=new WeakMap,Me=new WeakMap,ee=new WeakMap,te=new WeakMap,Te=new WeakMap,ne=new WeakMap,N=new WeakMap,se=new WeakMap,Re=new WeakMap,Ae=new WeakMap,K=new WeakMap,ve=new WeakMap,Ee=new WeakMap,Pe=new WeakMap,T=new WeakSet,Ge=function(){if(this.receivedMessages.length===0)throw new p("stream ended without producing a Message with role=assistant");return this.receivedMessages.at(-1)},Ht=function(){if(this.receivedMessages.length===0)throw new p("stream ended without producing a Message with role=assistant");const n=this.receivedMessages.at(-1).content.filter(s=>s.type==="text").map(s=>s.text);if(n.length===0)throw new p("stream ended without producing a content block with type=text");return n.join(" ")},Ye=function(){this.ended||u(this,L,void 0)},Ze=function(n){if(this.ended)return;const s=o(this,T,"m",Kt).call(this,n);switch(this._emit("streamEvent",n,s),n.type){case"content_block_delta":{const r=s.content.at(-1);switch(n.delta.type){case"text_delta":{r.type==="text"&&this._emit("text",n.delta.text,r.text||"");break}case"citations_delta":{r.type==="text"&&this._emit("citation",n.delta.citation,r.citations??[]);break}case"input_json_delta":{Xt(r)&&r.input&&this._emit("inputJson",n.delta.partial_json,r.input);break}case"thinking_delta":{r.type==="thinking"&&this._emit("thinking",n.delta.thinking,r.thinking);break}case"signature_delta":{r.type==="thinking"&&this._emit("signature",r.signature);break}default:n.delta}break}case"message_stop":{this._addMessageParam(s),this._addMessage(s,!0);break}case"content_block_stop":{this._emit("contentBlock",s.content.at(-1));break}case"message_start":{u(this,L,s);break}}},et=function(){if(this.ended)throw new p("stream has ended, this shouldn't happen");const n=o(this,L,"f");if(!n)throw new p("request ended without sending any chunks");return u(this,L,void 0),n},Kt=function(n){let s=o(this,L,"f");if(n.type==="message_start"){if(s)throw new p(`Unexpected event order, got ${n.type} before receiving "message_stop"`);return n.message}if(!s)throw new p(`Unexpected event order, got ${n.type} before "message_start"`);switch(n.type){case"message_stop":return s;case"message_delta":return s.container=n.delta.container,s.stop_reason=n.delta.stop_reason,s.stop_sequence=n.delta.stop_sequence,s.usage.output_tokens=n.usage.output_tokens,s.context_management=n.context_management,n.usage.input_tokens!=null&&(s.usage.input_tokens=n.usage.input_tokens),n.usage.cache_creation_input_tokens!=null&&(s.usage.cache_creation_input_tokens=n.usage.cache_creation_input_tokens),n.usage.cache_read_input_tokens!=null&&(s.usage.cache_read_input_tokens=n.usage.cache_read_input_tokens),n.usage.server_tool_use!=null&&(s.usage.server_tool_use=n.usage.server_tool_use),s;case"content_block_start":return s.content.push(n.content_block),s;case"content_block_delta":{const r=s.content.at(n.index);switch(n.delta.type){case"text_delta":{r?.type==="text"&&(s.content[n.index]={...r,text:(r.text||"")+n.delta.text});break}case"citations_delta":{r?.type==="text"&&(s.content[n.index]={...r,citations:[...r.citations??[],n.delta.citation]});break}case"input_json_delta":{if(r&&Xt(r)){let i=r[Jt]||"";i+=n.delta.partial_json;const a={...r};if(Object.defineProperty(a,Jt,{value:i,enumerable:!1,writable:!0}),i)try{a.input=vn(i)}catch(c){const l=new p(`Unable to parse tool parameter JSON from model. Please retry your request or adjust your prompt. Error: ${c}. JSON: ${i}`);o(this,Pe,"f").call(this,l)}s.content[n.index]=a}break}case"thinking_delta":{r?.type==="thinking"&&(s.content[n.index]={...r,thinking:r.thinking+n.delta.thinking});break}case"signature_delta":{r?.type==="thinking"&&(s.content[n.index]={...r,signature:n.delta.signature});break}default:n.delta}return s}case"content_block_stop":return s}},Symbol.asyncIterator)](){const e=[],n=[];let s=!1;return this.on("streamEvent",r=>{const i=n.shift();i?i.resolve(r):e.push(r)}),this.on("end",()=>{s=!0;for(const r of n)r.resolve(void 0);n.length=0}),this.on("abort",r=>{s=!0;for(const i of n)i.reject(r);n.length=0}),this.on("error",r=>{s=!0;for(const i of n)i.reject(r);n.length=0}),{next:async()=>e.length?{value:e.shift(),done:!1}:s?{value:void 0,done:!0}:new Promise((i,a)=>n.push({resolve:i,reject:a})).then(i=>i?{value:i,done:!1}:{value:void 0,done:!0}),return:async()=>(this.abort(),{value:void 0,done:!0})}}toReadableStream(){return new C(this[Symbol.asyncIterator].bind(this),this.controller).toReadableStream()}}const En={"claude-opus-4-20250514":8192,"claude-opus-4-0":8192,"claude-4-opus-20250514":8192,"anthropic.claude-opus-4-20250514-v1:0":8192,"claude-opus-4@20250514":8192,"claude-opus-4-1-20250805":8192,"anthropic.claude-opus-4-1-20250805-v1:0":8192,"claude-opus-4-1@20250805":8192};var Oe,J,F,S,re,O,j,U,ie,ht;function zt(){let t,e;return{promise:new Promise((s,r)=>{t=s,e=r}),resolve:t,reject:e}}class Pn{constructor(e,n,s){Oe.add(this),this.client=e,J.set(this,!1),F.set(this,!1),S.set(this,void 0),re.set(this,void 0),O.set(this,void 0),j.set(this,void 0),U.set(this,void 0),ie.set(this,0),u(this,S,{params:{...n,messages:structuredClone(n.messages)}}),u(this,re,{...s,headers:g([{"x-stainless-helper":"BetaToolRunner"},s?.headers])}),u(this,U,zt())}async*[(J=new WeakMap,F=new WeakMap,S=new WeakMap,re=new WeakMap,O=new WeakMap,j=new WeakMap,U=new WeakMap,ie=new WeakMap,Oe=new WeakSet,Symbol.asyncIterator)](){var e;if(o(this,J,"f"))throw new p("Cannot iterate over a consumed stream");u(this,J,!0),u(this,F,!0),u(this,j,void 0);try{for(;;){let n;try{if(o(this,S,"f").params.max_iterations&&o(this,ie,"f")>=o(this,S,"f").params.max_iterations)break;u(this,F,!1,"f"),u(this,O,void 0,"f"),u(this,j,void 0,"f"),u(this,ie,(e=o(this,ie,"f"),e++,e),"f");const{max_iterations:s,...r}=o(this,S,"f").params;if(r.stream?(n=this.client.beta.messages.stream({...r},o(this,re,"f")),u(this,O,n.finalMessage(),"f"),yield n):(u(this,O,this.client.beta.messages.create({...r,stream:!1},o(this,re,"f")),"f"),yield o(this,O,"f")),!o(this,F,"f")){const{role:a,content:c}=await o(this,O,"f");o(this,S,"f").params.messages.push({role:a,content:c})}const i=await o(this,Oe,"m",ht).call(this,o(this,S,"f").params.messages.at(-1));if(i&&o(this,S,"f").params.messages.push(i),!i&&!o(this,F,"f"))break}finally{n&&n.abort()}}if(!o(this,O,"f"))throw new p("ToolRunner concluded without a message from the server");o(this,U,"f").resolve(await o(this,O,"f"))}catch(n){throw u(this,J,!1),o(this,U,"f").promise.catch(()=>{}),o(this,U,"f").reject(n),u(this,U,zt()),n}}setMessagesParams(e){typeof e=="function"?o(this,S,"f").params=e(o(this,S,"f").params):o(this,S,"f").params=e,u(this,F,!0),u(this,j,void 0)}async generateToolResponse(){const e=await o(this,O,"f")??this.params.messages.at(-1);return e?o(this,Oe,"m",ht).call(this,e):null}done(){return o(this,U,"f").promise}async runUntilDone(){if(!o(this,J,"f"))for await(const e of this);return this.done()}get params(){return o(this,S,"f").params}pushMessages(...e){this.setMessagesParams(n=>({...n,messages:[...n.messages,...e]}))}then(e,n){return this.runUntilDone().then(e,n)}}ht=async function(e){return o(this,j,"f")!==void 0?o(this,j,"f"):(u(this,j,Hs(o(this,S,"f").params,e)),o(this,j,"f"))};async function Hs(t,e=t.messages.at(-1)){if(!e||e.role!=="assistant"||!e.content||typeof e.content=="string")return null;const n=e.content.filter(r=>r.type==="tool_use");return n.length===0?null:{role:"user",content:await Promise.all(n.map(async r=>{const i=t.tools.find(a=>a.name===r.name);if(!i||!("run"in i))return{type:"tool_result",tool_use_id:r.id,content:`Error: Tool '${r.name}' not found`,is_error:!0};try{let a=r.input;"parse"in i&&i.parse&&(a=i.parse(a));const c=await i.run(a);return{type:"tool_result",tool_use_id:r.id,content:c}}catch(a){return{type:"tool_result",tool_use_id:r.id,content:`Error: ${a instanceof Error?a.message:String(a)}`,is_error:!0}}}))}}const Vt={"claude-1.3":"November 6th, 2024","claude-1.3-100k":"November 6th, 2024","claude-instant-1.1":"November 6th, 2024","claude-instant-1.1-100k":"November 6th, 2024","claude-instant-1.2":"November 6th, 2024","claude-3-sonnet-20240229":"July 21st, 2025","claude-3-opus-20240229":"January 5th, 2026","claude-2.1":"July 21st, 2025","claude-2.0":"July 21st, 2025","claude-3-5-sonnet-20241022":"October 22, 2025","claude-3-5-sonnet-20240620":"October 22, 2025"};let Xe=class extends B{constructor(){super(...arguments),this.batches=new An(this._client)}create(e,n){const{betas:s,...r}=e;r.model in Vt&&console.warn(`The model '${r.model}' is deprecated and will reach end-of-life on ${Vt[r.model]}
|
|
17
|
-
Please migrate to a newer model. Visit https://docs.anthropic.com/en/docs/resources/model-deprecations for more information.`);let i=this._client._options.timeout;if(!r.stream&&i==null){const a=En[r.model]??void 0;i=this._client.calculateNonstreamingTimeout(r.max_tokens,a)}return this._client.post("/v1/messages?beta=true",{body:r,timeout:i??6e5,...n,headers:g([{...s?.toString()!=null?{"anthropic-beta":s?.toString()}:void 0},n?.headers]),stream:e.stream??!1})}stream(e,n){return Fe.createMessage(this,e,n)}countTokens(e,n){const{betas:s,...r}=e;return this._client.post("/v1/messages/count_tokens?beta=true",{body:r,...n,headers:g([{"anthropic-beta":[...s??[],"token-counting-2024-11-01"].toString()},n?.headers])})}toolRunner(e,n){return new Pn(this._client,e,n)}};Xe.Batches=An;Xe.BetaToolRunner=Pn;class _e extends B{constructor(){super(...arguments),this.models=new Rn(this._client),this.messages=new Xe(this._client),this.files=new Tn(this._client)}}_e.Models=Rn;_e.Messages=Xe;_e.Files=Tn;class On extends B{create(e,n){const{betas:s,...r}=e;return this._client.post("/v1/complete",{body:r,timeout:this._client._options.timeout??6e5,...n,headers:g([{...s?.toString()!=null?{"anthropic-beta":s?.toString()}:void 0},n?.headers]),stream:e.stream??!1})}}var R,q,ae,Ce,oe,ce,Ie,le,$,ue,Ne,$e,X,je,Be,tt,Qt,nt,st,rt,it,Gt;const Yt="__json_buf";function Zt(t){return t.type==="tool_use"||t.type==="server_tool_use"}class De{constructor(){R.add(this),this.messages=[],this.receivedMessages=[],q.set(this,void 0),this.controller=new AbortController,ae.set(this,void 0),Ce.set(this,()=>{}),oe.set(this,()=>{}),ce.set(this,void 0),Ie.set(this,()=>{}),le.set(this,()=>{}),$.set(this,{}),ue.set(this,!1),Ne.set(this,!1),$e.set(this,!1),X.set(this,!1),je.set(this,void 0),Be.set(this,void 0),nt.set(this,e=>{if(u(this,Ne,!0),fe(e)&&(e=new v),e instanceof v)return u(this,$e,!0),this._emit("abort",e);if(e instanceof p)return this._emit("error",e);if(e instanceof Error){const n=new p(e.message);return n.cause=e,this._emit("error",n)}return this._emit("error",new p(String(e)))}),u(this,ae,new Promise((e,n)=>{u(this,Ce,e,"f"),u(this,oe,n,"f")})),u(this,ce,new Promise((e,n)=>{u(this,Ie,e,"f"),u(this,le,n,"f")})),o(this,ae,"f").catch(()=>{}),o(this,ce,"f").catch(()=>{})}get response(){return o(this,je,"f")}get request_id(){return o(this,Be,"f")}async withResponse(){const e=await o(this,ae,"f");if(!e)throw new Error("Could not resolve a `Response` object");return{data:this,response:e,request_id:e.headers.get("request-id")}}static fromReadableStream(e){const n=new De;return n._run(()=>n._fromReadableStream(e)),n}static createMessage(e,n,s){const r=new De;for(const i of n.messages)r._addMessageParam(i);return r._run(()=>r._createMessage(e,{...n,stream:!0},{...s,headers:{...s?.headers,"X-Stainless-Helper-Method":"stream"}})),r}_run(e){e().then(()=>{this._emitFinal(),this._emit("end")},o(this,nt,"f"))}_addMessageParam(e){this.messages.push(e)}_addMessage(e,n=!0){this.receivedMessages.push(e),n&&this._emit("message",e)}async _createMessage(e,n,s){const r=s?.signal;let i;r&&(r.aborted&&this.controller.abort(),i=this.controller.abort.bind(this.controller),r.addEventListener("abort",i));try{o(this,R,"m",st).call(this);const{response:a,data:c}=await e.create({...n,stream:!0},{...s,signal:this.controller.signal}).withResponse();this._connected(a);for await(const l of c)o(this,R,"m",rt).call(this,l);if(c.controller.signal?.aborted)throw new v;o(this,R,"m",it).call(this)}finally{r&&i&&r.removeEventListener("abort",i)}}_connected(e){this.ended||(u(this,je,e),u(this,Be,e?.headers.get("request-id")),o(this,Ce,"f").call(this,e),this._emit("connect"))}get ended(){return o(this,ue,"f")}get errored(){return o(this,Ne,"f")}get aborted(){return o(this,$e,"f")}abort(){this.controller.abort()}on(e,n){return(o(this,$,"f")[e]||(o(this,$,"f")[e]=[])).push({listener:n}),this}off(e,n){const s=o(this,$,"f")[e];if(!s)return this;const r=s.findIndex(i=>i.listener===n);return r>=0&&s.splice(r,1),this}once(e,n){return(o(this,$,"f")[e]||(o(this,$,"f")[e]=[])).push({listener:n,once:!0}),this}emitted(e){return new Promise((n,s)=>{u(this,X,!0),e!=="error"&&this.once("error",s),this.once(e,n)})}async done(){u(this,X,!0),await o(this,ce,"f")}get currentMessage(){return o(this,q,"f")}async finalMessage(){return await this.done(),o(this,R,"m",tt).call(this)}async finalText(){return await this.done(),o(this,R,"m",Qt).call(this)}_emit(e,...n){if(o(this,ue,"f"))return;e==="end"&&(u(this,ue,!0),o(this,Ie,"f").call(this));const s=o(this,$,"f")[e];if(s&&(o(this,$,"f")[e]=s.filter(r=>!r.once),s.forEach(({listener:r})=>r(...n))),e==="abort"){const r=n[0];!o(this,X,"f")&&!s?.length&&Promise.reject(r),o(this,oe,"f").call(this,r),o(this,le,"f").call(this,r),this._emit("end");return}if(e==="error"){const r=n[0];!o(this,X,"f")&&!s?.length&&Promise.reject(r),o(this,oe,"f").call(this,r),o(this,le,"f").call(this,r),this._emit("end")}}_emitFinal(){this.receivedMessages.at(-1)&&this._emit("finalMessage",o(this,R,"m",tt).call(this))}async _fromReadableStream(e,n){const s=n?.signal;let r;s&&(s.aborted&&this.controller.abort(),r=this.controller.abort.bind(this.controller),s.addEventListener("abort",r));try{o(this,R,"m",st).call(this),this._connected(null);const i=C.fromReadableStream(e,this.controller);for await(const a of i)o(this,R,"m",rt).call(this,a);if(i.controller.signal?.aborted)throw new v;o(this,R,"m",it).call(this)}finally{s&&r&&s.removeEventListener("abort",r)}}[(q=new WeakMap,ae=new WeakMap,Ce=new WeakMap,oe=new WeakMap,ce=new WeakMap,Ie=new WeakMap,le=new WeakMap,$=new WeakMap,ue=new WeakMap,Ne=new WeakMap,$e=new WeakMap,X=new WeakMap,je=new WeakMap,Be=new WeakMap,nt=new WeakMap,R=new WeakSet,tt=function(){if(this.receivedMessages.length===0)throw new p("stream ended without producing a Message with role=assistant");return this.receivedMessages.at(-1)},Qt=function(){if(this.receivedMessages.length===0)throw new p("stream ended without producing a Message with role=assistant");const n=this.receivedMessages.at(-1).content.filter(s=>s.type==="text").map(s=>s.text);if(n.length===0)throw new p("stream ended without producing a content block with type=text");return n.join(" ")},st=function(){this.ended||u(this,q,void 0)},rt=function(n){if(this.ended)return;const s=o(this,R,"m",Gt).call(this,n);switch(this._emit("streamEvent",n,s),n.type){case"content_block_delta":{const r=s.content.at(-1);switch(n.delta.type){case"text_delta":{r.type==="text"&&this._emit("text",n.delta.text,r.text||"");break}case"citations_delta":{r.type==="text"&&this._emit("citation",n.delta.citation,r.citations??[]);break}case"input_json_delta":{Zt(r)&&r.input&&this._emit("inputJson",n.delta.partial_json,r.input);break}case"thinking_delta":{r.type==="thinking"&&this._emit("thinking",n.delta.thinking,r.thinking);break}case"signature_delta":{r.type==="thinking"&&this._emit("signature",r.signature);break}default:n.delta}break}case"message_stop":{this._addMessageParam(s),this._addMessage(s,!0);break}case"content_block_stop":{this._emit("contentBlock",s.content.at(-1));break}case"message_start":{u(this,q,s);break}}},it=function(){if(this.ended)throw new p("stream has ended, this shouldn't happen");const n=o(this,q,"f");if(!n)throw new p("request ended without sending any chunks");return u(this,q,void 0),n},Gt=function(n){let s=o(this,q,"f");if(n.type==="message_start"){if(s)throw new p(`Unexpected event order, got ${n.type} before receiving "message_stop"`);return n.message}if(!s)throw new p(`Unexpected event order, got ${n.type} before "message_start"`);switch(n.type){case"message_stop":return s;case"message_delta":return s.stop_reason=n.delta.stop_reason,s.stop_sequence=n.delta.stop_sequence,s.usage.output_tokens=n.usage.output_tokens,n.usage.input_tokens!=null&&(s.usage.input_tokens=n.usage.input_tokens),n.usage.cache_creation_input_tokens!=null&&(s.usage.cache_creation_input_tokens=n.usage.cache_creation_input_tokens),n.usage.cache_read_input_tokens!=null&&(s.usage.cache_read_input_tokens=n.usage.cache_read_input_tokens),n.usage.server_tool_use!=null&&(s.usage.server_tool_use=n.usage.server_tool_use),s;case"content_block_start":return s.content.push({...n.content_block}),s;case"content_block_delta":{const r=s.content.at(n.index);switch(n.delta.type){case"text_delta":{r?.type==="text"&&(s.content[n.index]={...r,text:(r.text||"")+n.delta.text});break}case"citations_delta":{r?.type==="text"&&(s.content[n.index]={...r,citations:[...r.citations??[],n.delta.citation]});break}case"input_json_delta":{if(r&&Zt(r)){let i=r[Yt]||"";i+=n.delta.partial_json;const a={...r};Object.defineProperty(a,Yt,{value:i,enumerable:!1,writable:!0}),i&&(a.input=vn(i)),s.content[n.index]=a}break}case"thinking_delta":{r?.type==="thinking"&&(s.content[n.index]={...r,thinking:r.thinking+n.delta.thinking});break}case"signature_delta":{r?.type==="thinking"&&(s.content[n.index]={...r,signature:n.delta.signature});break}default:n.delta}return s}case"content_block_stop":return s}},Symbol.asyncIterator)](){const e=[],n=[];let s=!1;return this.on("streamEvent",r=>{const i=n.shift();i?i.resolve(r):e.push(r)}),this.on("end",()=>{s=!0;for(const r of n)r.resolve(void 0);n.length=0}),this.on("abort",r=>{s=!0;for(const i of n)i.reject(r);n.length=0}),this.on("error",r=>{s=!0;for(const i of n)i.reject(r);n.length=0}),{next:async()=>e.length?{value:e.shift(),done:!1}:s?{value:void 0,done:!0}:new Promise((i,a)=>n.push({resolve:i,reject:a})).then(i=>i?{value:i,done:!1}:{value:void 0,done:!0}),return:async()=>(this.abort(),{value:void 0,done:!0})}}toReadableStream(){return new C(this[Symbol.asyncIterator].bind(this),this.controller).toReadableStream()}}class Cn extends B{create(e,n){return this._client.post("/v1/messages/batches",{body:e,...n})}retrieve(e,n){return this._client.get(E`/v1/messages/batches/${e}`,n)}list(e={},n){return this._client.getAPIList("/v1/messages/batches",ge,{query:e,...n})}delete(e,n){return this._client.delete(E`/v1/messages/batches/${e}`,n)}cancel(e,n){return this._client.post(E`/v1/messages/batches/${e}/cancel`,n)}async results(e,n){const s=await this.retrieve(e);if(!s.results_url)throw new p(`No batch \`results_url\`; Has it finished processing? ${s.processing_status} - ${s.id}`);return this._client.get(s.results_url,{...n,headers:g([{Accept:"application/binary"},n?.headers]),stream:!0,__binaryResponse:!0})._thenUnwrap((r,i)=>Je.fromResponse(i.response,i.controller))}}class mt extends B{constructor(){super(...arguments),this.batches=new Cn(this._client)}create(e,n){e.model in en&&console.warn(`The model '${e.model}' is deprecated and will reach end-of-life on ${en[e.model]}
|
|
18
|
-
Please migrate to a newer model. Visit https://docs.anthropic.com/en/docs/resources/model-deprecations for more information.`);let s=this._client._options.timeout;if(!e.stream&&s==null){const r=En[e.model]??void 0;s=this._client.calculateNonstreamingTimeout(e.max_tokens,r)}return this._client.post("/v1/messages",{body:e,timeout:s??6e5,...n,stream:e.stream??!1})}stream(e,n){return De.createMessage(this,e,n)}countTokens(e,n){return this._client.post("/v1/messages/count_tokens",{body:e,...n})}}const en={"claude-1.3":"November 6th, 2024","claude-1.3-100k":"November 6th, 2024","claude-instant-1.1":"November 6th, 2024","claude-instant-1.1-100k":"November 6th, 2024","claude-instant-1.2":"November 6th, 2024","claude-3-sonnet-20240229":"July 21st, 2025","claude-3-opus-20240229":"January 5th, 2026","claude-2.1":"July 21st, 2025","claude-2.0":"July 21st, 2025","claude-3-5-sonnet-20241022":"October 22, 2025","claude-3-5-sonnet-20240620":"October 22, 2025"};mt.Batches=Cn;class In extends B{retrieve(e,n={},s){const{betas:r}=n??{};return this._client.get(E`/v1/models/${e}`,{...s,headers:g([{...r?.toString()!=null?{"anthropic-beta":r?.toString()}:void 0},s?.headers])})}list(e={},n){const{betas:s,...r}=e??{};return this._client.getAPIList("/v1/models",ge,{query:r,...n,headers:g([{...s?.toString()!=null?{"anthropic-beta":s?.toString()}:void 0},n?.headers])})}}var Ks={};const Le=t=>{if(typeof globalThis.process<"u")return Ks?.[t]?.trim()??void 0;if(typeof globalThis.Deno<"u")return globalThis.Deno.env?.get?.(t)?.trim()};var dt,gt,qe,Nn;const Js="\\n\\nHuman:",Xs="\\n\\nAssistant:";class y{constructor({baseURL:e=Le("ANTHROPIC_BASE_URL"),apiKey:n=Le("ANTHROPIC_API_KEY")??null,authToken:s=Le("ANTHROPIC_AUTH_TOKEN")??null,...r}={}){dt.add(this),qe.set(this,void 0);const i={apiKey:n,authToken:s,...r,baseURL:e||"https://api.anthropic.com"};if(!i.dangerouslyAllowBrowser&&ps())throw new p(`It looks like you're running in a browser-like environment.
|
|
19
|
-
|
|
20
|
-
This is disabled by default, as it risks exposing your secret API credentials to attackers.
|
|
21
|
-
If you understand the risks and have appropriate mitigations in place,
|
|
22
|
-
you can set the \`dangerouslyAllowBrowser\` option to \`true\`, e.g.,
|
|
23
|
-
|
|
24
|
-
new Anthropic({ apiKey, dangerouslyAllowBrowser: true });
|
|
25
|
-
`);this.baseURL=i.baseURL,this.timeout=i.timeout??gt.DEFAULT_TIMEOUT,this.logger=i.logger??console;const a="warn";this.logLevel=a,this.logLevel=qt(i.logLevel,"ClientOptions.logLevel",this)??qt(Le("ANTHROPIC_LOG"),"process.env['ANTHROPIC_LOG']",this)??a,this.fetchOptions=i.fetchOptions,this.maxRetries=i.maxRetries??2,this.fetch=i.fetch??ys(),u(this,qe,bs),this._options=i,this.apiKey=n,this.authToken=s}withOptions(e){return new this.constructor({...this._options,baseURL:this.baseURL,maxRetries:this.maxRetries,timeout:this.timeout,logger:this.logger,logLevel:this.logLevel,fetch:this.fetch,fetchOptions:this.fetchOptions,apiKey:this.apiKey,authToken:this.authToken,...e})}defaultQuery(){return this._options.defaultQuery}validateHeaders({values:e,nulls:n}){if(!(this.apiKey&&e.get("x-api-key"))&&!n.has("x-api-key")&&!(this.authToken&&e.get("authorization"))&&!n.has("authorization"))throw new Error('Could not resolve authentication method. Expected either apiKey or authToken to be set. Or for one of the "X-Api-Key" or "Authorization" headers to be explicitly omitted')}async authHeaders(e){return g([await this.apiKeyAuth(e),await this.bearerAuth(e)])}async apiKeyAuth(e){if(this.apiKey!=null)return g([{"X-Api-Key":this.apiKey}])}async bearerAuth(e){if(this.authToken!=null)return g([{Authorization:`Bearer ${this.authToken}`}])}stringifyQuery(e){return Object.entries(e).filter(([n,s])=>typeof s<"u").map(([n,s])=>{if(typeof s=="string"||typeof s=="number"||typeof s=="boolean")return`${encodeURIComponent(n)}=${encodeURIComponent(s)}`;if(s===null)return`${encodeURIComponent(n)}=`;throw new p(`Cannot stringify type ${typeof s}; Expected string, number, boolean, or null. If you need to pass nested query parameters, you can manually encode them, e.g. { query: { 'foo[key1]': value1, 'foo[key2]': value2 } }, and please open a GitHub issue requesting better support for your use case.`)}).join("&")}getUserAgent(){return`${this.constructor.name}/JS ${z}`}defaultIdempotencyKey(){return`stainless-node-retry-${rn()}`}makeStatusError(e,n,s,r){return w.generate(e,n,s,r)}buildURL(e,n,s){const r=!o(this,dt,"m",Nn).call(this)&&s||this.baseURL,i=cs(e)?new URL(e):new URL(r+(r.endsWith("/")&&e.startsWith("/")?e.slice(1):e)),a=this.defaultQuery();return ls(a)||(n={...a,...n}),typeof n=="object"&&n&&!Array.isArray(n)&&(i.search=this.stringifyQuery(n)),i.toString()}_calculateNonstreamingTimeout(e){if(3600*e/128e3>600)throw new p("Streaming is required for operations that may take longer than 10 minutes. See https://github.com/anthropics/anthropic-sdk-typescript#streaming-responses for more details");return 600*1e3}async prepareOptions(e){}async prepareRequest(e,{url:n,options:s}){}get(e,n){return this.methodRequest("get",e,n)}post(e,n){return this.methodRequest("post",e,n)}patch(e,n){return this.methodRequest("patch",e,n)}put(e,n){return this.methodRequest("put",e,n)}delete(e,n){return this.methodRequest("delete",e,n)}methodRequest(e,n,s){return this.request(Promise.resolve(s).then(r=>({method:e,path:n,...r})))}request(e,n=null){return new Ke(this,this.makeRequest(e,n,void 0))}async makeRequest(e,n,s){const r=await e,i=r.maxRetries??this.maxRetries;n==null&&(n=i),await this.prepareOptions(r);const{req:a,url:c,timeout:l}=await this.buildRequest(r,{retryCount:i-n});await this.prepareRequest(a,{url:c,options:r});const d="log_"+(Math.random()*(1<<24)|0).toString(16).padStart(6,"0"),f=s===void 0?"":`, retryOf: ${s}`,m=Date.now();if(x(this).debug(`[${d}] sending request`,D({retryOfRequestLogID:s,method:r.method,url:c,options:r,headers:a.headers})),r.signal?.aborted)throw new v;const _=new AbortController,h=await this.fetchWithTimeout(c,a,l,_).catch(ot),b=Date.now();if(h instanceof globalThis.Error){const I=`retrying, ${n} attempts remaining`;if(r.signal?.aborted)throw new v;const P=fe(h)||/timed? ?out/i.test(String(h)+("cause"in h?String(h.cause):""));if(n)return x(this).info(`[${d}] connection ${P?"timed out":"failed"} - ${I}`),x(this).debug(`[${d}] connection ${P?"timed out":"failed"} (${I})`,D({retryOfRequestLogID:s,url:c,durationMs:b-m,message:h.message})),this.retryRequest(r,n,s??d);throw x(this).info(`[${d}] connection ${P?"timed out":"failed"} - error; no more retries left`),x(this).debug(`[${d}] connection ${P?"timed out":"failed"} (error; no more retries left)`,D({retryOfRequestLogID:s,url:c,durationMs:b-m,message:h.message})),P?new an:new He({cause:h})}const W=[...h.headers.entries()].filter(([I])=>I==="request-id").map(([I,P])=>", "+I+": "+JSON.stringify(P)).join(""),ze=`[${d}${f}${W}] ${a.method} ${c} ${h.ok?"succeeded":"failed"} with status ${h.status} in ${b-m}ms`;if(!h.ok){const I=await this.shouldRetry(h);if(n&&I){const we=`retrying, ${n} attempts remaining`;return await ws(h.body),x(this).info(`${ze} - ${we}`),x(this).debug(`[${d}] response error (${we})`,D({retryOfRequestLogID:s,url:h.url,status:h.status,headers:h.headers,durationMs:b-m})),this.retryRequest(r,n,s??d,h.headers)}const P=I?"error; no more retries left":"error; not retryable";x(this).info(`${ze} - ${P}`);const _t=await h.text().catch(we=>ot(we).message),yt=mn(_t),wt=yt?void 0:_t;throw x(this).debug(`[${d}] response error (${P})`,D({retryOfRequestLogID:s,url:h.url,status:h.status,headers:h.headers,message:wt,durationMs:Date.now()-m})),this.makeStatusError(h.status,yt,wt,h.headers)}return x(this).info(ze),x(this).debug(`[${d}] response start`,D({retryOfRequestLogID:s,url:h.url,status:h.status,headers:h.headers,durationMs:b-m})),{response:h,options:r,controller:_,requestLogID:d,retryOfRequestLogID:s,startTime:m}}getAPIList(e,n,s){return this.requestAPIList(n,{method:"get",path:e,...s})}requestAPIList(e,n){const s=this.makeRequest(n,null,void 0);return new Ps(this,s,e)}async fetchWithTimeout(e,n,s,r){const{signal:i,method:a,...c}=n||{};i&&i.addEventListener("abort",()=>r.abort());const l=setTimeout(()=>r.abort(),s),d=globalThis.ReadableStream&&c.body instanceof globalThis.ReadableStream||typeof c.body=="object"&&c.body!==null&&Symbol.asyncIterator in c.body,f={signal:r.signal,...d?{duplex:"half"}:{},method:"GET",...c};a&&(f.method=a.toUpperCase());try{return await this.fetch.call(void 0,e,f)}finally{clearTimeout(l)}}async shouldRetry(e){const n=e.headers.get("x-should-retry");return n==="true"?!0:n==="false"?!1:e.status===408||e.status===409||e.status===429||e.status>=500}async retryRequest(e,n,s,r){let i;const a=r?.get("retry-after-ms");if(a){const l=parseFloat(a);Number.isNaN(l)||(i=l)}const c=r?.get("retry-after");if(c&&!i){const l=parseFloat(c);Number.isNaN(l)?i=Date.parse(c)-Date.now():i=l*1e3}if(!(i&&0<=i&&i<60*1e3)){const l=e.maxRetries??this.maxRetries;i=this.calculateDefaultRetryTimeoutMillis(n,l)}return await ds(i),this.makeRequest(e,n-1,s)}calculateDefaultRetryTimeoutMillis(e,n){const i=n-e,a=Math.min(.5*Math.pow(2,i),8),c=1-Math.random()*.25;return a*c*1e3}calculateNonstreamingTimeout(e,n){if(36e5*e/128e3>6e5||n!=null&&e>n)throw new p("Streaming is required for operations that may take longer than 10 minutes. See https://github.com/anthropics/anthropic-sdk-typescript#long-requests for more details");return 6e5}async buildRequest(e,{retryCount:n=0}={}){const s={...e},{method:r,path:i,query:a,defaultBaseURL:c}=s,l=this.buildURL(i,a,c);"timeout"in s&&hs("timeout",s.timeout),s.timeout=s.timeout??this.timeout;const{bodyHeaders:d,body:f}=this.buildBody({options:s}),m=await this.buildHeaders({options:e,method:r,bodyHeaders:d,retryCount:n});return{req:{method:r,headers:m,...s.signal&&{signal:s.signal},...globalThis.ReadableStream&&f instanceof globalThis.ReadableStream&&{duplex:"half"},...f&&{body:f},...this.fetchOptions??{},...s.fetchOptions??{}},url:l,timeout:s.timeout}}async buildHeaders({options:e,method:n,bodyHeaders:s,retryCount:r}){let i={};this.idempotencyHeader&&n!=="get"&&(e.idempotencyKey||(e.idempotencyKey=this.defaultIdempotencyKey()),i[this.idempotencyHeader]=e.idempotencyKey);const a=g([i,{Accept:"application/json","User-Agent":this.getUserAgent(),"X-Stainless-Retry-Count":String(r),...e.timeout?{"X-Stainless-Timeout":String(Math.trunc(e.timeout/1e3))}:{},..._s(),...this._options.dangerouslyAllowBrowser?{"anthropic-dangerous-direct-browser-access":"true"}:void 0,"anthropic-version":"2023-06-01"},await this.authHeaders(e),this._options.defaultHeaders,s,e.headers]);return this.validateHeaders(a),a.values}buildBody({options:{body:e,headers:n}}){if(!e)return{bodyHeaders:void 0,body:void 0};const s=g([n]);return ArrayBuffer.isView(e)||e instanceof ArrayBuffer||e instanceof DataView||typeof e=="string"&&s.values.has("content-type")||globalThis.Blob&&e instanceof globalThis.Blob||e instanceof FormData||e instanceof URLSearchParams||globalThis.ReadableStream&&e instanceof globalThis.ReadableStream?{bodyHeaders:void 0,body:e}:typeof e=="object"&&(Symbol.asyncIterator in e||Symbol.iterator in e&&"next"in e&&typeof e.next=="function")?{bodyHeaders:void 0,body:_n(e)}:o(this,qe,"f").call(this,{body:e,headers:s})}}gt=y,qe=new WeakMap,dt=new WeakSet,Nn=function(){return this.baseURL!=="https://api.anthropic.com"};y.Anthropic=gt;y.HUMAN_PROMPT=Js;y.AI_PROMPT=Xs;y.DEFAULT_TIMEOUT=6e5;y.AnthropicError=p;y.APIError=w;y.APIConnectionError=He;y.APIConnectionTimeoutError=an;y.APIUserAbortError=v;y.NotFoundError=un;y.ConflictError=hn;y.RateLimitError=pn;y.BadRequestError=on;y.AuthenticationError=cn;y.InternalServerError=fn;y.PermissionDeniedError=ln;y.UnprocessableEntityError=dn;y.toFile=Bs;class ye extends y{constructor(){super(...arguments),this.completions=new On(this),this.messages=new mt(this),this.models=new In(this),this.beta=new _e(this)}}ye.Completions=On;ye.Messages=mt;ye.Models=In;ye.Beta=_e;const zs={"claude-opus-4-1":8192,"claude-opus-4":8192,"claude-sonnet-4":8192,"claude-sonnet-3-7-sonnet":8192,"claude-3-5-sonnet":4096,"claude-3-5-haiku":4096,"claude-3-haiku":2048},tn=2048;function Vs(t){return t?Object.entries(zs).find(([n])=>t.startsWith(n))?.[1]??tn:tn}function Qs(t){return!!(t.tools&&t.tools.length>0)}function Gs(t){for(const e of t.messages??[])if(typeof e.content!="string"){for(const n of e.content??[])if(typeof n=="object"&&n!=null&&n.type==="document"&&typeof n.citations=="object"&&n.citations?.enabled)return!0}return!1}function Ys(t){return!!(t.thinking&&t.thinking.type==="enabled")}function Zs(t){return"input_schema"in t}function er(t){const e=["text_editor_","computer_","bash_","web_search_","web_fetch_","str_replace_editor_","str_replace_based_edit_tool_","code_execution_","memory_"];return typeof t=="object"&&t!==null&&"type"in t&&"name"in t&&typeof t.type=="string"&&e.some(n=>typeof t.type=="string"&&t.type.startsWith(n))}function tr(t){if(typeof t.content=="string")return t.content;if(Array.isArray(t.content)&&t.content.length>=1&&"input"in t.content[0])return typeof t.content[0].input=="string"?t.content[0].input:JSON.stringify(t.content[0].input);if(Array.isArray(t.content)&&t.content.length>=1&&"text"in t.content[0]&&typeof t.content[0].text=="string")return t.content[0].text}var nr=class extends jn{static lc_name(){return"ChatAnthropic"}get lc_secrets(){return{anthropicApiKey:"ANTHROPIC_API_KEY",apiKey:"ANTHROPIC_API_KEY"}}get lc_aliases(){return{modelName:"model"}}lc_serializable=!0;anthropicApiKey;apiKey;apiUrl;temperature;topK;topP;maxTokens;modelName="claude-3-5-sonnet-latest";model="claude-3-5-sonnet-latest";invocationKwargs;stopSequences;streaming=!1;clientOptions;thinking={type:"disabled"};contextManagement;batchClient;streamingClient;streamUsage=!0;createClient;constructor(t){if(super(t??{}),this.anthropicApiKey=t?.apiKey??t?.anthropicApiKey??Fn("ANTHROPIC_API_KEY"),!this.anthropicApiKey&&!t?.createClient)throw new Error("Anthropic API key not found");this.clientOptions=t?.clientOptions??{},this.apiKey=this.anthropicApiKey,this.apiUrl=t?.anthropicApiUrl,this.modelName=t?.model??t?.modelName??this.model,this.model=this.modelName,this.invocationKwargs=t?.invocationKwargs??{},this.topP=t?.topP??this.topP,this.temperature=t?.temperature??this.temperature,this.topK=t?.topK??this.topK,this.maxTokens=t?.maxTokens??Vs(this.model),this.stopSequences=t?.stopSequences??this.stopSequences,this.streaming=t?.streaming??!1,this.streamUsage=t?.streamUsage??this.streamUsage,this.thinking=t?.thinking??this.thinking,this.contextManagement=t?.contextManagement??this.contextManagement,this.createClient=t?.createClient??(e=>new ye(e))}getLsParams(t){const e=this.invocationParams(t);return{ls_provider:"anthropic",ls_model_name:this.model,ls_model_type:"chat",ls_temperature:e.temperature??void 0,ls_max_tokens:e.max_tokens??void 0,ls_stop:t.stop}}formatStructuredToolToAnthropic(t){if(!(!t||!t.length))return t.map(e=>{if(er(e)||Zs(e))return e;if(Bn(e))return{name:e.function.name,description:e.function.description,input_schema:e.function.parameters};if(Ln(e))return{name:e.name,description:e.description,input_schema:Tt(e.schema)?be(e.schema):e.schema};throw new Error(`Unknown tool type passed to ChatAnthropic: ${JSON.stringify(e,null,2)}`)})}bindTools(t,e){return this.withConfig({tools:this.formatStructuredToolToAnthropic(t),...e})}invocationParams(t){const e=Kn(t?.tool_choice);if(this.thinking.type==="enabled"){if(this.topP!==void 0&&this.topK!==-1)throw new Error("topK is not supported when thinking is enabled");if(this.temperature!==void 0&&this.temperature!==1)throw new Error("temperature is not supported when thinking is enabled");return{model:this.model,stop_sequences:t?.stop??this.stopSequences,stream:this.streaming,max_tokens:this.maxTokens,tools:this.formatStructuredToolToAnthropic(t?.tools),tool_choice:e,thinking:this.thinking,context_management:this.contextManagement,...this.invocationKwargs,container:t?.container}}return{model:this.model,temperature:this.temperature,top_k:this.topK,top_p:this.topP,stop_sequences:t?.stop??this.stopSequences,stream:this.streaming,max_tokens:this.maxTokens,tools:this.formatStructuredToolToAnthropic(t?.tools),tool_choice:e,thinking:this.thinking,context_management:this.contextManagement,...this.invocationKwargs,container:t?.container}}_identifyingParams(){return{model_name:this.model,...this.invocationParams()}}identifyingParams(){return{model_name:this.model,...this.invocationParams()}}async*_streamResponseChunks(t,e,n){const s=this.invocationParams(e),r=Pt(t),i={...s,...r,stream:!0},a=!Qs(i)&&!Gs(i)&&!Ys(i),c=await this.createStreamWithRetry(i,{headers:e.headers});for await(const l of c){if(e.signal?.aborted)throw c.controller.abort(),new Error("AbortError: User aborted the request.");const d=this.streamUsage??e.streamUsage,f=is(l,{streamUsage:d,coerceContentToString:a});if(!f)continue;const{chunk:m}=f,_=tr(m),h=new Dn({message:new A({content:m.content,additional_kwargs:m.additional_kwargs,tool_call_chunks:m.tool_call_chunks,usage_metadata:d?m.usage_metadata:void 0,response_metadata:m.response_metadata,id:m.id}),text:_??""});yield h,await n?.handleLLMNewToken(_??"",void 0,void 0,void 0,void 0,{chunk:h})}}async _generateNonStreaming(t,e,n){const s=await this.completionWithRetry({...e,stream:!1,...Pt(t)},n),{content:r,...i}=s,a=as(r,i),{role:c,type:l,...d}=i;return{generations:a,llmOutput:d}}async _generate(t,e,n){if(this.stopSequences&&e.stop)throw new Error('"stopSequence" parameter found in input and default params');const s=this.invocationParams(e);if(s.stream){let r;const i=this._streamResponseChunks(t,e,n);for await(const a of i)r===void 0?r=a:r=r.concat(a);if(r===void 0)throw new Error("No chunks returned from Anthropic API.");return{generations:[{text:r.text,message:r.message}]}}else return this._generateNonStreaming(t,s,{signal:e.signal,headers:e.headers})}async createStreamWithRetry(t,e){if(!this.streamingClient){const s=this.apiUrl?{baseURL:this.apiUrl}:void 0;this.streamingClient=this.createClient({dangerouslyAllowBrowser:!0,...this.clientOptions,...s,apiKey:this.apiKey,maxRetries:0})}const n=async()=>{try{return await this.streamingClient.messages.create({...t,...this.invocationKwargs,stream:!0},e)}catch(s){throw Ot(s)}};return this.caller.call(n)}async completionWithRetry(t,e){if(!this.batchClient){const s=this.apiUrl?{baseURL:this.apiUrl}:void 0;this.batchClient=this.createClient({dangerouslyAllowBrowser:!0,...this.clientOptions,...s,apiKey:this.apiKey,maxRetries:0})}const n=async()=>{try{return await this.batchClient.messages.create({...t,...this.invocationKwargs},e)}catch(s){throw Ot(s)}};return this.caller.callWithOptions({signal:e.signal??void 0},n)}_llmType(){return"anthropic"}withStructuredOutput(t,e){const n=t,s=e?.name,r=e?.method,i=e?.includeRaw;if(r==="jsonMode")throw new Error('Anthropic only supports "functionCalling" as a method.');let a=s??"extract",c,l;if(Tt(n)){const h=be(n);l=[{name:a,description:h.description??"A function available to call.",input_schema:h}],c=new Rt({returnSingle:!0,keyName:a,zodSchema:n})}else{let h;typeof n.name=="string"&&typeof n.description=="string"&&typeof n.input_schema=="object"&&n.input_schema!=null?(h=n,a=n.name):h={name:a,description:n.description??"",input_schema:n},l=[h],c=new Rt({returnSingle:!0,keyName:a})}let d;if(this.thinking?.type==="enabled"){const h="Anthropic structured output relies on forced tool calling, which is not supported when `thinking` is enabled. This method will raise OutputParserException if tool calls are not generated. Consider disabling `thinking` or adjust your prompt to ensure the tool is called.";console.warn(h),d=this.withConfig({outputVersion:"v0",tools:l,ls_structured_output_format:{kwargs:{method:"functionCalling"},schema:be(n)}});const b=W=>{if(!W.tool_calls||W.tool_calls.length===0)throw new Error(h);return W};d=d.pipe(b)}else d=this.withConfig({outputVersion:"v0",tools:l,tool_choice:{type:"tool",name:a},ls_structured_output_format:{kwargs:{method:"functionCalling"},schema:be(n)}});if(!i)return d.pipe(c).withConfig({runName:"ChatAnthropicStructuredOutput"});const f=xt.assign({parsed:(h,b)=>c.invoke(h.raw,b)}),m=xt.assign({parsed:()=>null}),_=f.withFallbacks({fallbacks:[m]});return Hn.from([{raw:d},_]).withConfig({runName:"StructuredOutputRunnable"})}},hr=class extends nr{};export{hr as ChatAnthropic,nr as ChatAnthropicMessages};
|