stillerman commited on
Commit
b478961
·
1 Parent(s): 70255e6

please actually show imgs

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -109,6 +109,8 @@ def check_job_status(job_id: str, job_status_url: str) -> tuple[str, Optional[Im
109
 
110
  This function queries the Modal API to get the current status of a training job
111
  using its unique job ID. It returns detailed information about the job progress.
 
 
112
 
113
  Parameters:
114
  - job_id (str, required): The unique job identifier returned from start_training or generate_images function
 
109
 
110
  This function queries the Modal API to get the current status of a training job
111
  using its unique job ID. It returns detailed information about the job progress.
112
+ Note that if we are invoking this function with MCP, the user cannot neccecarily see the images
113
+ in the tool call, so you will have to render them again in the chat.
114
 
115
  Parameters:
116
  - job_id (str, required): The unique job identifier returned from start_training or generate_images function