Skip to content

Update docstrings and OpenAI model#7

Open
StephenBarlow wants to merge 3 commits intomainfrom
stephen/update-docstrings
Open

Update docstrings and OpenAI model#7
StephenBarlow wants to merge 3 commits intomainfrom
stephen/update-docstrings

Conversation

@StephenBarlow
Copy link
Copy Markdown

@StephenBarlow StephenBarlow commented Mar 30, 2026

Brings these templates in line with nomenclature in docs in advance of their being used in docs via render workflows init

### Stage 2: Transform

**`transform_user_data`**: Combines data from all sources and enriches each user by calling subtasks:
**`transform_user_data`**: Combines data from all sources and enriches each user by chaining task runs:
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The vast majority of edits in this PR are reframing "subtasks" as "chaining tasks/runs" per docs

@app.task
async def call_llm_with_tools(
messages: list[dict], tools: list[dict], model: str = "gpt-4"
messages: list[dict], tools: list[dict], model: str = "gpt-5.4"
Copy link
Copy Markdown
Author

@StephenBarlow StephenBarlow Mar 30, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the only line that modifies actual template behavior (besides a couple log line changes elsewhere to reflect "run chaining" instead of subtasks)

@@ -1,2 +1,2 @@
render-sdk>=0.5.0
render-sdk>=0.6.0
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bumping all the min sdk versions to 0.6.0 while here

@StephenBarlow StephenBarlow requested a review from R4ph-t March 30, 2026 21:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant