Ryan Holinshead
Results
11
issues of
Ryan Holinshead
## Problem AIConfig currently unnecessarily couples conversation / multi-turn chat history with the config itself. It uses 'remember_chat_context' and [extracts the conversation history from previous prompts/outputs in the config](https://github.com/lastmile-ai/aiconfig/blob/main/python/src/aiconfig/default_parsers/openai.py#L250-L264). This...