Skip to content

Commit a28a961

Browse files
authored
Use absolute links to gen-ai schemas (#3005)
1 parent b2a742e commit a28a961

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/gen-ai/non-normative/examples-llm-calls.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ completion](#simple-chat-completion) above, but contain additional types of Part
217217
These parts contain an optional `modality` field to capture the general category of the
218218
content, and an optional `mime_type` to capture the specific [IANA media
219219
type](https://www.iana.org/assignments/media-types/media-types.xhtml) of the content, if known.
220-
See the [normative JSON schema](../gen-ai-input-messages.json) for more details.
220+
See the [normative JSON schema](/docs/gen-ai/gen-ai-input-messages.json) for more details.
221221

222222
### Multimodal inputs example
223223

@@ -345,7 +345,7 @@ They are likely to be siblings if there is an encompassing span.
345345

346346
**Tool call:**
347347

348-
If tool call is [instrumented according to execute-tool span definition](../gen-ai-spans.md#execute-tool-span), it may look like
348+
If tool call is [instrumented according to execute-tool span definition](/docs/gen-ai/gen-ai-spans.md#execute-tool-span), it may look like
349349

350350
| Property | Value |
351351
|---------------------------------|---------------------------------------------|
@@ -432,7 +432,7 @@ They are likely to be siblings if there is an encompassing span.
432432

433433
**Tool call:**
434434

435-
If tool call is [instrumented according to execute-tool span definition](../gen-ai-spans.md#execute-tool-span), it may look like this:
435+
If tool call is [instrumented according to execute-tool span definition](/docs/gen-ai/gen-ai-spans.md#execute-tool-span), it may look like this:
436436

437437
| Property | Value |
438438
|---------------------------------|---------------------------------------------|

0 commit comments

Comments
 (0)