Skip to content

v1 is not included latest features as README #17

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
tyankatsu0105 opened this issue Apr 18, 2025 · 0 comments
Open

v1 is not included latest features as README #17

tyankatsu0105 opened this issue Apr 18, 2025 · 0 comments

Comments

@tyankatsu0105
Copy link

tyankatsu0105 commented Apr 18, 2025

What

I tried to access the response-file in outputs as described in the documentation, but it doesn't exist.

- name: Test Local Action
        id: inference
        uses: actions/ai-inference@v1
        with:
          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 File
        id: response
        run: |
          echo "Response saved to: ${{ toJSON(steps.inference.outputs) }}"

# {
#  response: output text
# }

Why

https://github.com/actions/ai-inference/releases/tag/v1.0.0 is not included latest codes.

@tyankatsu0105 tyankatsu0105 changed the title v1 is not released v1 is not included latest features as README Apr 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant