Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is the /wizard meant to work? #19641

Open
martenson opened this issue Feb 18, 2025 · 4 comments
Open

Is the /wizard meant to work? #19641

martenson opened this issue Feb 18, 2025 · 4 comments

Comments

@martenson
Copy link
Member

Image Image
GalaxyWizard.vue:42             
POST https://usegalaxy.org/api/chat 400 (Bad Request)

macos chrome on usegalaxy.org 304e68106b083e88ffa3514440b6358fb28c1d96

@mvdbeek
Copy link
Member

mvdbeek commented Feb 18, 2025

Is that linked up from anywhere ? The way to get a response is from the bug page which sets the props for that component.

@martenson
Copy link
Member Author

I did not see any docs so I found the /wizard described in the PR. I assume it is not meant to work this way then.

@bgruening
Copy link
Member

Try it on EU, there it is activated. But it only makes sense in a bug-report setting IMHO. It does work for us.

@ahmedhamidawan
Copy link
Member

Oh this is from an initial implementation of this where there was an actual chat wizard at this route, and then that part was commented out as you can see in the client/src/component/GalaxyWizard.vue component (the default value for props.view might have been wizard):

<!-- <Heading v-if="props.view == 'wizard'" inline h2>Ask the wizard</Heading>
<div :class="props.view == 'wizard' && 'mt-2'">
<b-input
v-if="props.query == ''"
id="wizardinput"
v-model="query"
style="width: 100%"
placeholder="What's the difference in fasta and fastq files?"
@keyup.enter="submitQuery" /> -->

For now, this should be removed:

{
path: "wizard",
component: GalaxyWizard,
},

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants