You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'Could not access code tool for this project. You may need to provide a Stainless API key via the STAINLESS_API_KEY environment variable, the --stainless-api-key flag, or the x-stainless-api-key HTTP header.',
description: 'Search for documentation for how to use the client to interact with the API.',
16
+
description:
17
+
'Search SDK documentation to find methods, parameters, and usage examples for interacting with the API. Use this before writing code when you need to discover the right approach.',
'Could not find docs for this project. You may need to provide a Stainless API key via the STAINLESS_API_KEY environment variable, the --stainless-api-key flag, or the x-stainless-api-key HTTP header.',
81
+
);
82
+
}
83
+
60
84
thrownewError(
61
-
`${result.status}: ${result.statusText} when using doc search tool. Details: ${awaitresult.text()}`,
85
+
`${result.status}: ${result.statusText} when using doc search tool. Details: ${errorText}`,
0 commit comments