mirror of
https://github.com/hempyhemp/hh-auto-reply.git
synced 2026-06-08 18:04:57 +00:00
🔧 fix(browser): Изменен размер viewport на 1920x1080, добавлен вывод sessionId в createMessage.
All checks were successful
Deploy / deploy (push) Successful in 46s
All checks were successful
Deploy / deploy (push) Successful in 46s
This commit is contained in:
@@ -85,7 +85,7 @@ export async function askLLM(userMessage: string) {
|
||||
export async function createMessage(resume: string, message: string, prompt?: string) {
|
||||
const client = await getClient()
|
||||
|
||||
console.log('[createMessage] client.instance: ', client.instance)
|
||||
console.log('[createMessage] client.instance: ', !!client.instance)
|
||||
const session = await client.session.create({ body: { title: 'Cover letter' } })
|
||||
const sessionId = session.data!.id
|
||||
|
||||
|
||||
Reference in New Issue
Block a user