getSelectedExample
Agent Runtimes / examples/example-selector / getSelectedExample
Function: getSelectedExample()
getSelectedExample(): () =>
Promise<{default:ComponentType; }>
Defined in: examples/example-selector.ts:68
Get the selected example based on environment variable Falls back to 'NotebookExample' if not specified or invalid
Returns
() => Promise<{ default: ComponentType; }>