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
text: `Help me deploy my Nuxt application to ${provider}. ${providerDetails ? `Here are the deployment instructions:${JSON.stringify(providerDetails,null,2)}` : `Here are all available providers: ${JSON.stringify(allProviders,null,2)}`}`
42
+
text: `Help me deploy my Nuxt application to ${provider}. ${providerContent ? `Here are the deployment instructions:\n\n${providerContent}` : `Here are all available providers: ${JSON.stringify(allProviders,null,2)}`}`
path: z.string().describe('The path to the documentation page (e.g., /docs/4.x/getting-started/introduction)')
33
+
path: z.string().describe('The path to the documentation page (e.g., /docs/4.x/getting-started/introduction)'),
34
+
sections: z.array(z.string()).optional().describe('Specific h2 section titles to return (e.g., ["Usage", "API"]). If omitted, returns full documentation.')
0 commit comments