You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to access the response-file in outputs as described in the documentation, but it doesn't exist.
- name: Test Local Actionid: inferenceuses: actions/ai-inference@v1with:
prompt: | Lorem ipsum dolor sit amet consectetur adipisicing elit. Animi cupiditate numquam non nulla nobis maiores commodi voluptatibus incidunt, dolores eligendi deleniti enim hic tempora provident quae consequuntur quia impedit ipsa!
- name: Use Response Fileid: responserun: | echo "Response saved to: ${{ toJSON(steps.inference.outputs) }}"# {# response: output text# }
What
I tried to access the
response-file
in outputs as described in the documentation, but it doesn't exist.Why
https://github.com/actions/ai-inference/releases/tag/v1.0.0 is not included latest codes.
The text was updated successfully, but these errors were encountered: