@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.
- package/dist/utils.js +1 -1
- 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
|
|
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' },
|