@inkeep/create-agents 0.0.0-dev-20250919052931 → 0.0.0-dev-20250919131621

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.
Files changed (2) hide show
  1. package/dist/utils.js +1 -1
  2. package/package.json +1 -1
package/dist/utils.js CHANGED
@@ -93,7 +93,7 @@ export const createAgents = async (args = {}) => {
93
93
  // If keys aren't provided via CLI args, prompt for provider selection and keys
94
94
  if (!anthropicKey && !openAiKey) {
95
95
  const providerChoice = await p.select({
96
- message: 'Which AI provider(s) would you like to use?',
96
+ message: 'Which AI provider would you like to use?',
97
97
  options: [
98
98
  { value: 'anthropic', label: 'Anthropic' },
99
99
  { value: 'openai', label: 'OpenAI' },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inkeep/create-agents",
3
- "version": "0.0.0-dev-20250919052931",
3
+ "version": "0.0.0-dev-20250919131621",
4
4
  "description": "Create an Inkeep Agent Framework project",
5
5
  "type": "module",
6
6
  "bin": {