You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/functions/execute-model.ts
+5-2
Original file line number
Diff line number
Diff line change
@@ -26,8 +26,11 @@ Example Queries (IMPORTANT: Phrasing doesn't have to match):
26
26
properties: {
27
27
model: {
28
28
type: "string",
29
-
description:
30
-
"The name of the model to execute. It is ONLY the name of the model, not the publisher or registry. For example: `gpt-4o`, or `cohere-command-r-plus`.",
29
+
description: [
30
+
"The name of the model to execute. It is ONLY the name of the model, not the publisher or registry.",
31
+
"For example: `gpt-4o`, or `cohere-command-r-plus`.",
32
+
"The list of models is available in the context window of the chat, in the `<-- LIST OF MODELS -->` section.",
0 commit comments