Skip to content

Commit 4a6cb6f

Browse files
authored
added example of an assistant url with various options (#640)
1 parent db05289 commit 4a6cb6f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: docs/kagi/ai/assistant.md

+3
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,9 @@ The `internet` parameter can be used to turn on and off internet access, set to
186186

187187
The `lens` parameter can be used to set the lens if internet access is enabled. The value of this is the lowercase format of the lens name, for example, `https://kagi.com/assistant?lens=programming&q=%s` will use the Programming lens.
188188

189+
Here is an example of a URL that disables internet access, uses the **Claude 3 Haiku** model, and applies the **Programming lens**:
190+
```https://kagi.com/assistant?profile=claude-3-haiku&internet=false&lens=programming&q=%s```
191+
189192
## Availability
190193

191194
The Assistant is available to all Kagi Ultimate members.

0 commit comments

Comments
 (0)