Not able to use llm output

I want to store the LLM output in the emailClassification variable. I am able to specify the output type as string but can’t assign it to a variable. How do I assign the output to emailClassification? Refer to the image below

Hey! So the variable block is only for constant values. You can still use the Use LLM output directly as a string in downstream blocks (and if you want to name is emailClassification, you can just change the name of the board from “Use LLM” → “emailCLassification”)

If you’re having trouble with the latter let us know and we will try to help!

2 Likes