refactor(ai): name provider turn operations
This commit is contained in:
parent
9b640cf97d
commit
16df2467fd
11 changed files with 30 additions and 26 deletions
|
|
@ -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.",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue