Browse Source
Fix variable assignment in code example
pull/24370/head
Engincan VESKE
2 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
docs/en/modules/ai-management/index.md
|
|
|
@ -574,7 +574,7 @@ After implementing and registering your factory: |
|
|
|
2. **Through Code** (data seeding): |
|
|
|
|
|
|
|
```csharp |
|
|
|
await _applicationWorkspaceManager.CreateAsync( |
|
|
|
var workspace = await _applicationWorkspaceManager.CreateAsync( |
|
|
|
name: "MyOllamaWorkspace", |
|
|
|
provider: "Ollama", |
|
|
|
modelName: "mistral" |
|
|
|
|