Skip to content

Commit

Permalink
[FIX] Adding execution source for Prompt run (#1094)
Browse files Browse the repository at this point in the history
Adding execution source for fetch response
  • Loading branch information
harini-venkataraman authored Jan 27, 2025
1 parent c3980ec commit cbc8f64
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -902,6 +902,7 @@ def _fetch_response(
TSPKeys.FILE_HASH: file_hash,
TSPKeys.FILE_PATH: doc_path,
Common.LOG_EVENTS_ID: StateStore.get(Common.LOG_EVENTS_ID),
TSPKeys.EXECUTION_SOURCE: ExecutionSource.IDE.value,
}

util = PromptIdeBaseTool(log_level=LogLevel.INFO, org_id=org_id)
Expand Down

0 comments on commit cbc8f64

Please sign in to comment.