fetch_example
Retrieves a static example diagram, including its content, metadata, learning objectives, and patterns for educational use. Specify the diagram filename to access detailed insights.
Instructions
Retrieves a static example diagram with its content and learning context.
Args:
example_name: The filename of the example to fetch (e.g., 'serverless-on-aws.ilograph').
Returns:
A dictionary containing the example's content, metadata, learning objectives, and patterns.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
example_name | Yes |
Input Schema (JSON Schema)
{
"properties": {
"example_name": {
"title": "Example Name",
"type": "string"
}
},
"required": [
"example_name"
],
"type": "object"
}