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
| id | string | Logical identifier for this prompt template. Should be unique per `ml_app`. |
@@ -180,6 +182,8 @@ If the request is successful, the API responds with a 202 network code and an em
180
182
181
183
**Note**: LLM Observability registers new versions of templates when the template or chat_template value is updated. If the input is expected to change between invocations, extract those dynamic parts into a variable.
182
184
185
+
{{% /tab %}}
186
+
{{% tab "Example" %}}
183
187
{{< code-block lang="json" >}}
184
188
{
185
189
"id": "translation-prompt",
@@ -198,6 +202,7 @@ If the request is successful, the API responds with a 202 network code and an em
0 commit comments