Kevin Pham
Kevin Pham
### What are you really trying to do? I'm trying to update a workflow with a search attribute `checkout_time` of type datetime using the python SDK. The `checkout_time` datetime search...
Fix for https://github.com/temporalio/sdk-python/issues/629 ## What was changed Guard clause on workflow.upsert_search_attributes so SDK doesn't crash on empty input. ## Why? Spent 5 hours debugging an inscrutable error message. ## Checklist...
In the middle of a workflow, if you call `upsert_search_attributes` with an empty input: ```python empty = [] workflow.upsert_search_attributes(empty) ``` You'll get a completely inscrutable and hard to debug error...
Hi, I am trying to understand the code. I would like to try RL training on tool calling in an interactive environment. As I understand it, the reward is calculated...
Old example used deprecated syntax ## What was changed Update hello_search_attributes.py with new typed search attribute syntax ## Why? Old example used deprecated syntax
Add sesame AI demo system prompt
According to best practices listed on official R1 repo: https://github.com/deepseek-ai/DeepSeek-R1/pull/399/files Tested working with R1 and R1 distills.
For example, sometimes during chain of reasoning, it is helpful to have the model reason about the answer in free-form, then output the JSON. So perhaps inference could start without...