Update job.py: added current_job to comment for discoverability

This commit is contained in:
Andy Kipp 2025-01-24 14:16:28 +06:00 committed by GitHub
parent ad4ec32307
commit 62edf9e381
Failed to generate hash of commit

View file

@ -1,4 +1,4 @@
"""Prompt formatter for current jobs"""
"""Prompt formatter for jobs fields e.g. current_job."""
import contextlib
import typing as tp