refactor(ai): name provider turn operations

This commit is contained in:
Shoubhit Dash 2026-07-24 23:42:46 +05:30
commit 16df2467fd
11 changed files with 30 additions and 26 deletions

View file

@ -334,7 +334,7 @@ Final request call site stays boring:
```ts
const response =
yield *
LLM.generate(
LLM.generateTurn(
LLM.request({
model: DeepSeek.model("deepseek-chat"),
prompt: "Hello.",