Skip to content

Commit cbc8f64

Browse files
[FIX] Adding execution source for Prompt run (#1094)
Adding execution source for fetch response
1 parent c3980ec commit cbc8f64

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

backend/prompt_studio/prompt_studio_core_v2/prompt_studio_helper.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -902,6 +902,7 @@ def _fetch_response(
902902
TSPKeys.FILE_HASH: file_hash,
903903
TSPKeys.FILE_PATH: doc_path,
904904
Common.LOG_EVENTS_ID: StateStore.get(Common.LOG_EVENTS_ID),
905+
TSPKeys.EXECUTION_SOURCE: ExecutionSource.IDE.value,
905906
}
906907

907908
util = PromptIdeBaseTool(log_level=LogLevel.INFO, org_id=org_id)

0 commit comments

Comments
 (0)