Skip to content

fix: failsafe for non-valid json and failed LLM calls #4441

fix: failsafe for non-valid json and failed LLM calls

fix: failsafe for non-valid json and failed LLM calls #4441

Workflow file for this run

# If you change this name also do it in linting.yml and ci_metrics.yml
name: Linting
on:
pull_request:
paths-ignore:
- "haystack/preview/**/*.py"
- "test/preview/**/*.py"
- "e2e/preview/**/*.py"
- "**/pyproject.toml"
jobs:
license-header:
runs-on: ubuntu-latest
steps:
- name: Skip mypy
run: echo "Skipped mypy"
mypy:
runs-on: ubuntu-latest
steps:
- name: Skip mypy
run: echo "Skipped mypy"
pylint:
runs-on: ubuntu-latest
steps:
- name: Skip pylint
run: echo "Skipped pylint"