First samples 1st batch

This commit is contained in:
Tao Chen
2026-03-25 11:00:17 -07:00
parent 49d69b3bf5
commit 5f68216863
8 changed files with 23 additions and 25 deletions
@@ -70,7 +70,7 @@ async def log_model_input(context: ChatContext, call_next: Any) -> None:
async def main() -> None:
client = OpenAIChatClient(model_id="gpt-4o-mini")
client = OpenAIChatClient(model="gpt-4o-mini")
# History provider loads/stores conversation messages in session.state.
# skip_excluded=True means get_messages() will omit messages that were