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 f39100f commit 9e47139Copy full SHA for 9e47139
scripts/api-inference/scripts/generate.ts
@@ -110,7 +110,7 @@ const formatSnippets = (result: snippets.types.InferenceSnippet | snippets.types
110
return result
111
.map(snippet => {
112
const client = snippet.client || defaultClient;
113
- return `With ${client} client:\n\`\`\`${language}\n${snippet.content}\n\`\`\``;
+ return `Using \`${client}\`:\n\`\`\`${language}\n${snippet.content}\n\`\`\``;
114
})
115
.join('\n\n');
116
};
0 commit comments