Skip to content

Fix memory tools returning 'unsupported call' in Chat Completions #118

Fix memory tools returning 'unsupported call' in Chat Completions

Fix memory tools returning 'unsupported call' in Chat Completions #118

Workflow file for this run

name: Wrap E2E
on:
pull_request:
branches: [main]
push:
branches: [main]
workflow_dispatch:
jobs:
docker-wrap-e2e:
runs-on: ubuntu-latest
timeout-minutes: 45
steps:
- uses: actions/checkout@v4
- name: Build wrap e2e image
run: docker build -f e2e/wrap/Dockerfile -t headroom-wrap-e2e .
- name: Run wrap e2e container
run: docker run --rm headroom-wrap-e2e