mirror of
https://github.com/simstudioai/sim.git
synced 2026-02-17 01:42:43 -05:00
fix(inference-billing): fix inference billing when stream is true via API, add drag-and-drop functionality to deployed chat (#1606)
* fix(inference): fix inference billing when stream is true via API * add drag-and-drop to deployed chat
This commit is contained in:
@@ -186,6 +186,11 @@ export interface ExecutionResult {
|
||||
error?: string // Error message if execution failed
|
||||
logs?: BlockLog[] // Execution logs for all blocks
|
||||
metadata?: ExecutionMetadata
|
||||
_streamingMetadata?: {
|
||||
// Internal metadata for streaming execution
|
||||
loggingSession: any
|
||||
processedInput: any
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user