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: components/openai/actions/chat-using-file-search/chat-using-file-search.mjs
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -145,7 +145,7 @@ export default {
145
145
props.jsonSchema={
146
146
type: "string",
147
147
label: "JSON Schema",
148
-
description: "Define the schema that the model's output must adhere to. [See the documentation here](https://platform.openai.com/docs/guides/structured-outputs/supported-schemas).",
148
+
description: "Define the schema that the model's output must adhere to. [Generate one here](https://platform.openai.com/docs/guides/structured-outputs/supported-schemas).",
Copy file name to clipboardExpand all lines: components/openai/actions/chat-using-functions/chat-using-functions.mjs
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -166,7 +166,7 @@ export default {
166
166
props.jsonSchema={
167
167
type: "string",
168
168
label: "JSON Schema",
169
-
description: "Define the schema that the model's output must adhere to. [See the documentation here](https://platform.openai.com/docs/guides/structured-outputs/supported-schemas).",
169
+
description: "Define the schema that the model's output must adhere to. [Generate one here](https://platform.openai.com/docs/guides/structured-outputs/supported-schemas).",
Copy file name to clipboardExpand all lines: components/openai/actions/chat-using-web-search/chat-using-web-search.mjs
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -136,7 +136,7 @@ export default {
136
136
props.jsonSchema={
137
137
type: "string",
138
138
label: "JSON Schema",
139
-
description: "Define the schema that the model's output must adhere to. [See the documentation here](https://platform.openai.com/docs/guides/structured-outputs/supported-schemas).",
139
+
description: "Define the schema that the model's output must adhere to. [Generate one here](https://platform.openai.com/docs/guides/structured-outputs/supported-schemas).",
0 commit comments