Ryan Holinshead

Results 7 comments of Ryan Holinshead

Hmm, @vanshb03 may I ask which version of the extension you are using? Undo/redo was added a little while ago and should include undo/redo on the prompt inputs. Here's what...

With clicking the input box I'm still able to get the input to be undone https://github.com/lastmile-ai/aiconfig/assets/5060851/431af779-e973-420d-ab49-7abb31fe3cf0 But, maybe I misunderstood the expected behaviour? For context, the series of events that...

A couple more thoughts here: - Ideally we could also just express as ``` { "name": "gen_itinerary", "input": "Generate an itinerary ordered by {{order_by}} for these activities: {{get_activities.output}}.", "metadata": {...

Just copying over the quick implementation overview from discord here: 1. A new `HuggingFaceVisualQuestionAnsweringRemoteInference` ModelParser under https://github.com/lastmile-ai/aiconfig/tree/main/extensions/HuggingFace/python/src/aiconfig_extension_hugging_face/remote_inference_client folder This parser should look pretty similar to the existing HuggingFaceImage2TextRemoteInference model parser,...

Whoops, linked #1396 which has the schema changes and it auto-closed. This issue is still open

@andrew-lastmile if you click the details button, does it show the error exception in the outputs tab? VSCode notifications don't allow a sub-message unless they're done as a modal (which...

> I originally tried to fix this in the editor config itself in SettingsPropertyRenderer, but that was complicated since it meant that this would reset the string value state for...