Skip to content

Commit 22afe2b

Browse files
comment out llm generate text and prediction examples
1 parent fc479ca commit 22afe2b

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

src/datacustomcode/templates/function/payload/entrypoint.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,11 @@ def function(request: dict, runtime: Runtime) -> dict:
8383
output_chunks = []
8484
current_seq_no = 1 # Start sequence number from 1
8585

86-
generate_text(runtime)
87-
make_einstein_prediction(runtime)
86+
"""
87+
You can use your AI models configured in Salesforce to generate texts or predict an outcome
88+
"""
89+
# generate_text(runtime)
90+
# make_einstein_prediction(runtime)
8891

8992
for item in items:
9093
# Item is DocElement as dict

0 commit comments

Comments
 (0)