File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed
Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change 1111 description : ' Rollout ID for tracking'
1212 required : true
1313 type : string
14- messages_b64 :
15- description : ' Base64 encoded JSON messages array '
14+ prompt :
15+ description : ' User prompt for the rollout '
1616 required : true
1717 type : string
18- tools_b64 :
19- description : ' Base64 encoded JSON tools array (optional)'
20- required : false
21- type : string
2218
2319jobs :
2420 rollout :
4642 python tests/github_actions/rollout_worker.py \
4743 --model "${{ inputs.model }}" \
4844 --rollout-id "${{ inputs.rollout_id }}" \
49- --messages-b64 "${{ inputs.messages_b64 }}" \
50- ${{ inputs.tools_b64 && format('--tools-b64 "{0}"', inputs.tools_b64) || '' }}
45+ --prompt "${{ inputs.prompt }}"
5146
5247 - name : Upload rollout trace
5348 uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments