MCPcopy
hub / github.com/openai/openai-agents-js / CustomContext

Interface CustomContext

examples/basic/dynamic-system-prompt.ts:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3type Style = 'haiku' | 'pirate' | 'robot';
4
5interface CustomContext {
6 style: Style;
7}
8
9function customInstructions(
10 runContext: RunContext<CustomContext>,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected