Skip to content

Commit b9aeba9

Browse files
committed
Fix app on SDK upgrade
1 parent 8db8735 commit b9aeba9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/android_app/app/src/main/java/com/example/llamastackandroiddemo/ExampleLlamaStackRemoteInference.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,6 @@ class ExampleLlamaStackRemoteInference(remoteURL: String) {
410410
ToolResponseMessage.builder()
411411
.callId("")
412412
.content(InterleavedContent.ofString(chat.text))
413-
.toolName("")
414413
.build()
415414
)
416415
}

0 commit comments

Comments
 (0)