Ryan Holinshead

Results 11 issues of Ryan Holinshead

[editor][wip] Packaging AIConfigEditor Component with Vite # [editor][wip] Packaging AIConfigEditor Component with Vite This PR separates our current editor implementation into a root package containing the LocalEditor and a library...

Currently the ModelParserRegistry stores a mapping of id --> parser where id is typically the model name, but defaults to the static id defined for a model parser if no...

type: enhancement
pri: high
sdk

From a discord user request -- https://discord.com/channels/1089284610329952357/1090134407588884513/1214807249437065246 It would be neat to update the rendering for outputs to support LateX / math rendering. Ideally we can implement it in the...

type: enhancement
pri: low
effort: mid

Currently in the VS Code extension, toggling away from the editor while a prompt is running and then toggling back before it has completed will result in the UI showing...

type: enhancement
pri: mid
effort: high
local editor

Set Up dev 'watch' for aiconfig-editor declarations HMR --- Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/lastmile-ai/aiconfig/pull/955). * __->__ #955 * #954 * #830

Use react-app-rewired and react-app-rewire-alias for DevX # Use react-app-rewired and react-app-rewire-alias for DevX The first step in fixing the DevX for the new packaging structure is to get HMR working...

I've noticed the following scenario: - Run a prompt, see the output being streamed - Change the prompt input while it's streaming, e.g. just add a space in the text...

type: bug
pri: high
local editor

Currently attachments are just being uploaded to our public s3 bucket within the editor client code. We should add support for configuration of the attachment storage (probably via a callback...

Currently, `PaLMTextParser` calls `refine_chat_completion_params` to deserialize model settings from the Prompt. `refine_completion_params` is defined but unused. Note that `refine_completion_params`'s implementation is identical to `refine_chat_completion_params` and is likely incorrect since it...

type: enhancement
good first issue
pri: mid
effort: mid

See https://github.com/lastmile-ai/aiconfig/pull/686 Currently, we need to pass in the schema object to JSONEditor to validate the input JSON. However, it should be possible to just provide a reference to the...

pri: mid