We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a19f44e commit c964c5cCopy full SHA for c964c5c
src/examples/client/testOutputSchemaServers.ts
@@ -71,7 +71,7 @@ async function main() {
71
72
if (weatherResult.content && Array.isArray(weatherResult.content)) {
73
console.log("Unstructured content:");
74
- weatherResult.content.forEach((content: any) => {
+ weatherResult.content.forEach(content => {
75
if (content.type === "text") {
76
console.log(content.text);
77
}
0 commit comments