We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89052dc commit 1c74e9aCopy full SHA for 1c74e9a
1 file changed
github/index.ts
@@ -555,6 +555,8 @@ async function chat(text: string, files: PromptFiles = []) {
555
556
// TODO
557
console.log("!@#!@#!@# CHAT", chat.data)
558
+ console.log("!@#!@#!@# CHAT INFO", chat.data.info)
559
+ console.log("!@#!@#!@# CHAT PARGS", chat.data.parts)
560
561
const message = await client.session.message<true>({
562
path: {
0 commit comments