Skip to content

Commit 1e20805

Browse files
[feat][prompt] prompt img video file upload (#244)
* git ignore Change-Id: I59dd9b1517ded4a40e3fb3efcae608164adf9678 * [feat][foundation] add upload file for server function * [feat][prompt] add receive base64 images from llm feature * [feat][prompt] add receive base64 images from llm feature ut * [feat][prompt] add receive base64 images from llm feature ut * [feat][prompt] add receive base64 images from llm feature ut * [feat][prompt] add receive base64 images from llm feature ut * [feat][prompt] add send video to llm function * [feat][prompt] add send video to llm function ut * [feat][prompt] add send video to llm function ut * [feat][prompt] convert base64 to dataurl * [feat][prompt] FileRPCAdapter ut --------- Co-authored-by: zhongzhiwei <[email protected]>
1 parent 6656ec7 commit 1e20805

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+7558
-204
lines changed

.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@ release/deployment/helm-chart/umbrella/charts/
5050
release/deployment/helm-chart/umbrella/Chart.lock
5151

5252
**/kitex_remote_config.json
53-
backend/script/errorx/.env
5453
.coda/
5554
.claude/
5655
.coco/
57-
.cursor/
5856
CLAUDE.md
5957
AGENTS.md
58+
backend/script/errorx/.env
59+
.cursor/
6060
.specify/
61-
specs/
61+
specs/

backend/kitex_gen/coze/loop/apis/foundationfileservice/client.go

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backend/kitex_gen/coze/loop/apis/foundationfileservice/foundationfileservice.go

Lines changed: 36 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)