- wSDK Codegen:
- Fixes a bug with `ChatMessage` values where not all references were being imported as expected.
- Prompts:
- Introduces a new top-level `prompts/` directory where more code-first prompt functionality will be housed.
- Within `prompts/`, introduces a new `compile_prompt_block` helper function that performs all variable
substitutions and templating to generated a compiled prompt block.
- wSDK:
- Introduces a new `nodes/experimental/` directory where experimental node types will be housed.
- Introduces a new experimental `OpenAIChatCompletionNode` that can be used to invoke OpenAI's chat
completion API without needing to route the API call through Vellum.