Skip to content

Commit

Permalink
Merge branch 'main' into feat/v2-api-to-list-logs-with-file-and-log-l…
Browse files Browse the repository at this point in the history
…evel-filter
  • Loading branch information
johnyrahul authored Jan 28, 2025
2 parents c697f51 + 77c8472 commit 5cfbe1b
Show file tree
Hide file tree
Showing 20 changed files with 199 additions and 198 deletions.
68 changes: 34 additions & 34 deletions backend/pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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
2 changes: 1 addition & 1 deletion backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies = [
"python-socketio==5.9.0", # For log_events
"social-auth-app-django==5.3.0", # For OAuth
"social-auth-core==4.4.2", # For OAuth
"unstract-sdk~=0.56.0rc3",
"unstract-sdk~=0.56.0rc4",
# ! IMPORTANT!
# Indirect local dependencies usually need to be added in their own projects
# as: https://pdm-project.org/latest/usage/dependency/#local-dependencies.
Expand Down
4 changes: 2 additions & 2 deletions backend/sample.env
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ REMOTE_PROMPT_STUDIO_FILE_PATH=

# Structure Tool Image (Runs prompt studio exported tools)
# https://hub.docker.com/r/unstract/tool-structure
STRUCTURE_TOOL_IMAGE_URL="docker:unstract/tool-structure:0.0.59"
STRUCTURE_TOOL_IMAGE_URL="docker:unstract/tool-structure:0.0.60"
STRUCTURE_TOOL_IMAGE_NAME="unstract/tool-structure"
STRUCTURE_TOOL_IMAGE_TAG="0.0.59"
STRUCTURE_TOOL_IMAGE_TAG="0.0.60"

# Feature Flags
EVALUATION_SERVER_IP=unstract-flipt
Expand Down
Loading

0 comments on commit 5cfbe1b

Please sign in to comment.