Files
ai-inference/action.yml
2025-04-03 21:55:32 +00:00

25 lines
493 B
YAML

name: 'AI Inference'
description: Generate an AI response based on a provided prompt
author: 'GitHub'
# Add your action's branding here. This will appear on the GitHub Marketplace.
branding:
icon: 'play-circle'
color: red
# Define your inputs here.
inputs:
prompt:
description: Your input description here
required: true
default: ''
# Define your outputs here.
outputs:
response:
description: The response from the model
runs:
using: node20
main: dist/index.js