Honglin
Honglin
What is the status of this feature? Seems people would like the PR to be accepted thus we can use autojump in Git-Bash
Did you find solution for this issue? Facing the same error here
Hi @palmerss, we have repro-ed this issue, it's very likely because your image used cache mldesigner package instead of the latest one. Please try to specify mldesigner version to be...
@palmerss can I get a look at your component command of the failed component? This error looks like the command is not in correct format which should be like "--inputs...
And can you please show us the interface of your component definition and how you consume it like below example?  
after this [PR](https://github.com/Azure/azure-sdk-for-python/pull/27335) merged, you may need to merge the change and update the recording of target test
Seems there are some failed tests, please fix them locally and update the recordings to pass CI
Hi @vhan2kpmg , Just use the `${chat.output}` as the input of the `save_history` node: ```yaml $schema: https://azuremlschemas.azureedge.net/promptflow/latest/Flow.schema.json inputs: chat_history: type: list default: [] question: type: string is_chat_input: true default: What...
@duongthaiha, Thanks for the feedback, I want to confirm that do you just want to pass a customized object inside a flow (from a node to another node)? If that's...
Add @cloga to help answer this question.