lastmile-ai / aiconfig

AIConfig is a config-based framework to build generative AI applications.
https://aiconfig.lastmileai.dev
MIT License
898 stars 70 forks source link

[investigate] Replace get_raw_prompt_from_config with `resolve_prompt()` #1473

Open rossdanlm opened 3 months ago

rossdanlm commented 3 months ago

I checked and the only place this is ever used is for figuring out the dependency graph in https://github.com/lastmile-ai/aiconfig/blob/ca1b731ee915cd420f66f10c776040413e203d83/python/src/aiconfig/util/params.py#L192

Since we don't today support running all dependencies through our editors today (and nobody has complained about it being a problem), I feel this can probably be low-pried

cc @rholinshead for originally pointing this out